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

Method GetObjectFileDir

Source/cmNinjaTargetGenerator.cxx:415–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413}
414
415std::string cmNinjaTargetGenerator::GetObjectFileDir(
416 std::string const& config) const
417{
418 return this->LocalGenerator->MaybeRelativeToTopBinDir(
419 cmStrCat(this->GeneratorTarget->GetSupportDirectory(),
420 this->GetGlobalGenerator()->GetConfigDirectory(config)));
421}
422
423std::string cmNinjaTargetGenerator::GetObjectFilePath(
424 cmSourceFile const* source, std::string const& config) const

Callers 7

GetObjectFilePathMethod · 0.95
GetBmiFilePathMethod · 0.95
GetDyndepFilePathMethod · 0.95

Calls 5

GetGlobalGeneratorMethod · 0.95
GetSupportDirectoryMethod · 0.80
GetConfigDirectoryMethod · 0.80
cmStrCatFunction · 0.70

Tested by

no test coverage detected