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

Method MapToNinjaPath

Source/cmNinjaTargetGenerator.h:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 return this->GetGlobalGenerator()->ConvertToNinjaPath(path);
119 }
120 cmGlobalNinjaGenerator::MapToNinjaPathImpl MapToNinjaPath() const
121 {
122 return this->GetGlobalGenerator()->MapToNinjaPath();
123 }
124
125 std::string ConvertToNinjaAbsPath(std::string path) const
126 {

Callers 3

ComputeLinkDepsMethod · 0.95

Calls 1

GetGlobalGeneratorMethod · 0.95

Tested by

no test coverage detected