MCPcopy Create free account
hub / github.com/Kitware/CMake / InitOutputPathPrefix

Method InitOutputPathPrefix

Source/cmGlobalNinjaGenerator.cxx:2256–2262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

GenerateMethod · 0.95

Calls 2

EnsureTrailingSlashFunction · 0.85
GetMakefileMethod · 0.45

Tested by

no test coverage detected