Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ IsMinGWMake
Method
IsMinGWMake
Source/cmLocalGenerator.cxx:4317–4320 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4315
}
4316
4317
bool cmLocalGenerator::IsMinGWMake() const
4318
{
4319
return this->GetState()->UseMinGWMake();
4320
}
4321
4322
bool cmLocalGenerator::IsNMake() const
4323
{
Callers
2
WriteObjectRuleFiles
Method · 0.80
CreateCDCommand
Method · 0.80
Calls
2
GetState
Method · 0.95
UseMinGWMake
Method · 0.80
Tested by
no test coverage detected