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

Method IndexGeneratorTarget

Source/cmGlobalGenerator.cxx:2714–2719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2712}
2713
2714void cmGlobalGenerator::IndexGeneratorTarget(cmGeneratorTarget* gt)
2715{
2716 if (!gt->IsImported() || gt->IsImportedGloballyVisible()) {
2717 this->GeneratorTargetSearchIndex[gt->GetName()] = gt;
2718 }
2719}
2720
2721static char const hexDigits[] = "0123456789abcdef";
2722

Callers 2

AddGeneratorTargetMethod · 0.80

Calls 3

IsImportedMethod · 0.45
GetNameMethod · 0.45

Tested by

no test coverage detected