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

Method IsWindowsShell

Source/cmLocalGenerator.cxx:4307–4310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4305}
4306
4307bool cmLocalGenerator::IsWindowsShell() const
4308{
4309 return this->GetState()->UseWindowsShell();
4310}
4311
4312bool cmLocalGenerator::IsWatcomWMake() const
4313{

Callers 2

WriteMakeVariablesMethod · 0.80
AppendCustomCommandMethod · 0.80

Calls 2

GetStateMethod · 0.95
UseWindowsShellMethod · 0.80

Tested by

no test coverage detected