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

Method DumpInstallDestination

Source/cmFileAPICodemodel.cxx:2095–2101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2093}
2094
2095Json::Value Target::DumpInstallDestination(cmInstallTargetGenerator* itGen)
2096{
2097 Json::Value destination = Json::objectValue;
2098 destination["path"] = itGen->GetDestination(this->Config);
2099 this->AddBacktrace(destination, itGen->GetBacktrace());
2100 return destination;
2101}
2102
2103Json::Value Target::DumpArtifacts()
2104{

Callers 1

Calls 3

AddBacktraceMethod · 0.80
GetDestinationMethod · 0.45
GetBacktraceMethod · 0.45

Tested by

no test coverage detected