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

Method TargetNames

Source/cmNinjaNormalTargetGenerator.cxx:1796–1803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1794}
1795
1796cmGeneratorTarget::Names cmNinjaNormalTargetGenerator::TargetNames(
1797 std::string const& config) const
1798{
1799 if (this->GeneratorTarget->GetType() == cmStateEnums::EXECUTABLE) {
1800 return this->GeneratorTarget->GetExecutableNames(config);
1801 }
1802 return this->GeneratorTarget->GetLibraryNames(config);
1803}
1804
1805std::string cmNinjaNormalTargetGenerator::TargetLinkLanguage(
1806 std::string const& config) const

Callers 3

WriteLinkRuleMethod · 0.95
WriteLinkStatementMethod · 0.95

Calls 3

GetExecutableNamesMethod · 0.80
GetLibraryNamesMethod · 0.80
GetTypeMethod · 0.45

Tested by

no test coverage detected