MCPcopy 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
4317bool cmLocalGenerator::IsMinGWMake() const
4318{
4319 return this->GetState()->UseMinGWMake();
4320}
4321
4322bool cmLocalGenerator::IsNMake() const
4323{

Callers 2

WriteObjectRuleFilesMethod · 0.80
CreateCDCommandMethod · 0.80

Calls 2

GetStateMethod · 0.95
UseMinGWMakeMethod · 0.80

Tested by

no test coverage detected