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

Method IsNMake

Source/cmLocalGenerator.cxx:4322–4325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4320}
4321
4322bool cmLocalGenerator::IsNMake() const
4323{
4324 return this->GetState()->UseNMake();
4325}
4326
4327bool cmLocalGenerator::IsNinjaMulti() const
4328{

Callers 2

AppendCustomCommandMethod · 0.80

Calls 2

GetStateMethod · 0.95
UseNMakeMethod · 0.80

Tested by

no test coverage detected