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

Method GetTargetName

Source/cmFastbuildTargetGenerator.cxx:735–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

733}
734
735std::string cmFastbuildTargetGenerator::GetTargetName() const
736{
737 if (this->GeneratorTarget->GetType() == cmStateEnums::GLOBAL_TARGET) {
738 return this->GetGlobalGenerator()->GetTargetName(GeneratorTarget);
739 }
740 return this->GeneratorTarget->GetName();
741}
742
743cmGeneratorTarget::Names cmFastbuildTargetGenerator::DetectOutput() const
744{

Callers 2

operator()Method · 0.45

Calls 3

GetGlobalGeneratorMethod · 0.95
GetTypeMethod · 0.45
GetNameMethod · 0.45

Tested by

no test coverage detected