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

Method GetTargetDependInfoPath

Source/cmNinjaTargetGenerator.cxx:493–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493std::string cmNinjaTargetGenerator::GetTargetDependInfoPath(
494 std::string const& lang, std::string const& config) const
495{
496 return cmStrCat(this->GeneratorTarget->GetSupportDirectory(),
497 this->GetGlobalGenerator()->ConfigDirectory(config), '/',
498 lang, "DependInfo.json");
499}
500
501std::string cmNinjaTargetGenerator::GetTargetOutputDir(
502 std::string const& config) const

Callers 3

WriteCompileRuleMethod · 0.95
WriteTargetDependInfoMethod · 0.95

Calls 4

GetGlobalGeneratorMethod · 0.95
GetSupportDirectoryMethod · 0.80
cmStrCatFunction · 0.70
ConfigDirectoryMethod · 0.45

Tested by

no test coverage detected