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

Method IndexLocalGenerator

Source/cmGlobalGenerator.cxx:2759–2763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2757}
2758
2759void cmGlobalGenerator::IndexLocalGenerator(cmLocalGenerator* lg)
2760{
2761 cmDirectoryId id = lg->GetMakefile()->GetDirectoryId();
2762 this->LocalGeneratorSearchIndex[id.String] = lg;
2763}
2764
2765cmTarget* cmGlobalGenerator::FindTargetImpl(
2766 std::string const& name, cmStateEnums::TargetDomainSet domains) const

Callers 1

CreateLocalGeneratorsMethod · 0.95

Calls 2

GetDirectoryIdMethod · 0.80
GetMakefileMethod · 0.45

Tested by

no test coverage detected