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

Method IsNinjaMulti

Source/cmLocalGenerator.cxx:4327–4330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4325}
4326
4327bool cmLocalGenerator::IsNinjaMulti() const
4328{
4329 return this->GetState()->UseNinjaMulti();
4330}
4331
4332bool cmLocalGenerator::IsWindowsVSIDE() const
4333{

Callers 2

AppendFlagEscapeMethod · 0.95
AppendArgumentsMethod · 0.80

Calls 2

GetStateMethod · 0.95
UseNinjaMultiMethod · 0.80

Tested by

no test coverage detected