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

Method DumpInstall

Source/cmFileAPICodemodel.cxx:2067–2073  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2065}
2066
2067Json::Value Target::DumpInstall()
2068{
2069 Json::Value install = Json::objectValue;
2070 install["prefix"] = this->DumpInstallPrefix();
2071 install["destinations"] = this->DumpInstallDestinations();
2072 return install;
2073}
2074
2075Json::Value Target::DumpInstallPrefix()
2076{

Callers 1

DumpMethod · 0.95

Calls 2

DumpInstallPrefixMethod · 0.95

Tested by

no test coverage detected