| 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, |
no test coverage detected