| 2254 | #endif |
| 2255 | |
| 2256 | void cmGlobalNinjaGenerator::InitOutputPathPrefix() |
| 2257 | { |
| 2258 | this->OutputPathPrefix = |
| 2259 | this->LocalGenerators[0]->GetMakefile()->GetSafeDefinition( |
| 2260 | "CMAKE_NINJA_OUTPUT_PATH_PREFIX"); |
| 2261 | EnsureTrailingSlash(this->OutputPathPrefix); |
| 2262 | } |
| 2263 | |
| 2264 | std::string cmGlobalNinjaGenerator::NinjaOutputPath( |
| 2265 | std::string const& path) const |
no test coverage detected