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

Method GetTargetName

Source/cmNinjaTargetGenerator.cxx:519–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517}
518
519std::string cmNinjaTargetGenerator::GetTargetName() const
520{
521 return this->GeneratorTarget->GetName();
522}
523
524std::string cmNinjaTargetGenerator::ConvertToOutputFormatForShell(
525 cm::string_view path) const

Callers 11

GenerateMethod · 0.45
GenerateLinkMethod · 0.45
GenerateMethod · 0.45
WriteLanguagesRulesMethod · 0.45
WriteLinkStatementMethod · 0.45

Calls 1

GetNameMethod · 0.45

Tested by

no test coverage detected