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

Method SetCurrentLocalGenerator

Source/cmGlobalXCodeGenerator.cxx:1461–1469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1459}
1460
1461void cmGlobalXCodeGenerator::SetCurrentLocalGenerator(cmLocalGenerator* gen)
1462{
1463 this->CurrentLocalGenerator = gen;
1464 this->CurrentMakefile = gen->GetMakefile();
1465
1466 // Select the current set of configuration types.
1467 this->CurrentConfigurationTypes =
1468 this->CurrentMakefile->GetGeneratorConfigs(cmMakefile::IncludeEmptyConfig);
1469}
1470
1471struct cmSourceFilePathCompare
1472{

Callers 2

SetGenerationRootMethod · 0.95
CreateXCodeTargetsMethod · 0.95

Calls 2

GetGeneratorConfigsMethod · 0.80
GetMakefileMethod · 0.45

Tested by

no test coverage detected