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

Method IsWatcomWMake

Source/cmLocalGenerator.cxx:4312–4315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4310}
4311
4312bool cmLocalGenerator::IsWatcomWMake() const
4313{
4314 return this->GetState()->UseWatcomWMake();
4315}
4316
4317bool cmLocalGenerator::IsMinGWMake() const
4318{

Callers 4

WriteMakeRuleMethod · 0.80
AppendFlagsMethod · 0.80

Calls 2

GetStateMethod · 0.95
UseWatcomWMakeMethod · 0.80

Tested by

no test coverage detected