MCPcopy Create free account
hub / github.com/Kitware/CMake / AddCustomContent

Method AddCustomContent

Source/cmInstrumentation.cxx:229–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void cmInstrumentation::AddCustomContent(std::string const& name,
230 Json::Value const& contents)
231{
232 this->customContent[name] = contents;
233}
234
235void cmInstrumentation::WriteCMakeContent(
236 std::unique_ptr<cmGlobalGenerator> const& gg)

Callers 1

cmInstrumentationCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected