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

Method ConvertToMakefilePath

Source/cmLocalUnixMakefileGenerator3.cxx:561–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560
561std::string cmLocalUnixMakefileGenerator3::ConvertToMakefilePath(
562 std::string const& path) const
563{
564 cmGlobalUnixMakefileGenerator3* gg =
565 static_cast<cmGlobalUnixMakefileGenerator3*>(this->GlobalGenerator);
566 return gg->ConvertToMakefilePath(path);
567}
568
569void cmLocalUnixMakefileGenerator3::WriteMakeRule(
570 std::ostream& os, char const* comment, std::string const& target,

Callers 4

WriteMakeRuleMethod · 0.95
WriteObjectRuleFilesMethod · 0.45
WriteDependenciesMethod · 0.45
WriteDependenciesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected