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

Method IndexTarget

Source/cmGlobalGenerator.cxx:2707–2712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2705}
2706
2707void cmGlobalGenerator::IndexTarget(cmTarget* t)
2708{
2709 if (!t->IsImported() || t->IsImportedGloballyVisible()) {
2710 this->TargetSearchIndex[t->GetName()] = t;
2711 }
2712}
2713
2714void cmGlobalGenerator::IndexGeneratorTarget(cmGeneratorTarget* gt)
2715{

Callers 4

CreateNewTargetMethod · 0.80
AddImportedTargetMethod · 0.80
AddForeignTargetMethod · 0.80
SetPropertyMethod · 0.80

Calls 3

IsImportedMethod · 0.45
GetNameMethod · 0.45

Tested by

no test coverage detected