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

Method GetObjectFilePath

Source/cmNinjaTargetGenerator.cxx:423–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423std::string cmNinjaTargetGenerator::GetObjectFilePath(
424 cmSourceFile const* source, std::string const& config) const
425{
426 std::string const& objectName = this->GeneratorTarget->GetObjectName(source);
427 return cmStrCat(this->GetObjectFileDir(config), '/', objectName);
428}
429
430std::string cmNinjaTargetGenerator::GetBmiFilePath(
431 cmSourceFile const* source, std::string const& config) const

Calls 2

GetObjectFileDirMethod · 0.95
cmStrCatFunction · 0.70

Tested by

no test coverage detected