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

Method SetRelativePathTop

Source/cmOutputConverter.cxx:99–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void cmOutputConverter::SetRelativePathTop(std::string const& topSource,
100 std::string const& topBinary)
101{
102 this->RelativePathTopSource = topSource;
103 this->RelativePathTopBinary = topBinary;
104 this->ComputeRelativePathTopRelation();
105}
106
107std::string cmOutputConverter::MaybeRelativeTo(
108 std::string const& local_path, std::string const& remote_path) const

Callers 3

ScanDependenciesMethod · 0.80
WriteDyndepFileMethod · 0.80
ExecuteCMakeCommandMethod · 0.80

Calls 1

Tested by

no test coverage detected