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

Method ConvertToNinjaAbsPath

Source/cmNinjaTargetGenerator.h:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 }
124
125 std::string ConvertToNinjaAbsPath(std::string path) const
126 {
127 return this->GetGlobalGenerator()->ConvertToNinjaAbsPath(std::move(path));
128 }
129
130 /// @return the list of link dependency for the given target @a target.
131 cmNinjaDeps ComputeLinkDeps(std::string const& linkLanguage,

Callers 1

Calls 2

GetGlobalGeneratorMethod · 0.95
moveFunction · 0.85

Tested by

no test coverage detected