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

Method DumpInstallDestinations

Source/cmFileAPICodemodel.cxx:2085–2093  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2083}
2084
2085Json::Value Target::DumpInstallDestinations()
2086{
2087 Json::Value destinations = Json::arrayValue;
2088 auto installGens = this->GT->Target->GetInstallGenerators();
2089 for (auto* itGen : installGens) {
2090 destinations.append(this->DumpInstallDestination(itGen));
2091 }
2092 return destinations;
2093}
2094
2095Json::Value Target::DumpInstallDestination(cmInstallTargetGenerator* itGen)
2096{

Callers 1

DumpInstallMethod · 0.95

Calls 2

appendMethod · 0.80

Tested by

no test coverage detected