| 97 | } |
| 98 | |
| 99 | void 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 | |
| 107 | std::string cmOutputConverter::MaybeRelativeTo( |
| 108 | std::string const& local_path, std::string const& remote_path) const |
no test coverage detected