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

Method AddImportedGeneratorTarget

Source/cmLocalGenerator.cxx:785–789  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

783}
784
785void cmLocalGenerator::AddImportedGeneratorTarget(cmGeneratorTarget* gt)
786{
787 this->ImportedGeneratorTargets.emplace(gt->GetName(), gt);
788 this->GlobalGenerator->IndexGeneratorTarget(gt);
789}
790
791void cmLocalGenerator::AddOwnedImportedGeneratorTarget(
792 std::unique_ptr<cmGeneratorTarget> gt)

Callers 1

Calls 3

emplaceMethod · 0.80
IndexGeneratorTargetMethod · 0.80
GetNameMethod · 0.45

Tested by

no test coverage detected