| 118 | return this->GetGlobalGenerator()->ConvertToNinjaPath(path); |
| 119 | } |
| 120 | cmGlobalNinjaGenerator::MapToNinjaPathImpl MapToNinjaPath() const |
| 121 | { |
| 122 | return this->GetGlobalGenerator()->MapToNinjaPath(); |
| 123 | } |
| 124 | |
| 125 | std::string ConvertToNinjaAbsPath(std::string path) const |
| 126 | { |
no test coverage detected