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

Method GetCompiledSourceNinjaPath

Source/cmNinjaTargetGenerator.cxx:408–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406}
407
408std::string cmNinjaTargetGenerator::GetCompiledSourceNinjaPath(
409 cmSourceFile const* source) const
410{
411 // Pass source files to the compiler by absolute path.
412 return this->ConvertToNinjaAbsPath(source->GetFullPath());
413}
414
415std::string cmNinjaTargetGenerator::GetObjectFileDir(
416 std::string const& config) const

Calls 2

ConvertToNinjaAbsPathMethod · 0.95
GetFullPathMethod · 0.45

Tested by

no test coverage detected