Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4322
bool cmLocalGenerator::IsNMake() const
4323
{
4324
return this->GetState()->UseNMake();
4325
}
4326
4327
bool cmLocalGenerator::IsNinjaMulti() const
4328
{
Callers
2
WriteSpecialTargetsTop
Method · 0.80
AppendCustomCommand
Method · 0.80
Calls
2
GetState
Method · 0.95
UseNMake
Method · 0.80
Tested by
no test coverage detected