| 5344 | } |
| 5345 | |
| 5346 | std::string cmGlobalXCodeGenerator::RelativeToBinary(std::string const& p) |
| 5347 | { |
| 5348 | return this->CurrentRootGenerator->MaybeRelativeToCurBinDir(p); |
| 5349 | } |
| 5350 | |
| 5351 | std::string cmGlobalXCodeGenerator::XCodeEscapePath(std::string const& p) |
| 5352 | { |
no test coverage detected