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

Method ConvertToFullPath

Source/cmLocalUnixMakefileGenerator3.cxx:548–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546}
547
548std::string cmLocalUnixMakefileGenerator3::ConvertToFullPath(
549 std::string const& localPath)
550{
551 std::string dir =
552 cmStrCat(this->GetCurrentBinaryDirectory(), '/', localPath);
553 return dir;
554}
555
556std::string const& cmLocalUnixMakefileGenerator3::GetHomeRelativeOutputPath()
557{

Callers 3

WriteLocalMakefileMethod · 0.95
WriteLocalAllRulesMethod · 0.95
WriteObjectRuleFilesMethod · 0.80

Calls 1

cmStrCatFunction · 0.70

Tested by

no test coverage detected