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

Method CreateGenerationObjects

Source/cmGlobalGenerator.cxx:1344–1355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1342}
1343
1344void cmGlobalGenerator::CreateGenerationObjects(TargetTypes targetTypes)
1345{
1346 this->CreateLocalGenerators();
1347 // Commit side effects only if we are actually generating
1348 if (targetTypes == TargetTypes::AllTargets) {
1349 this->CheckTargetProperties();
1350 }
1351 this->CreateGeneratorTargets(targetTypes);
1352 if (targetTypes == TargetTypes::AllTargets) {
1353 this->ComputeBuildFileGenerators();
1354 }
1355}
1356
1357void cmGlobalGenerator::CreateImportedGenerationObjects(
1358 cmMakefile* mf, std::vector<std::string> const& targets,

Callers 3

ComputeMethod · 0.95
FindPackageMethod · 0.80

Calls 4

CreateLocalGeneratorsMethod · 0.95
CheckTargetPropertiesMethod · 0.95

Tested by

no test coverage detected