Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4307
bool cmLocalGenerator::IsWindowsShell() const
4308
{
4309
return this->GetState()->UseWindowsShell();
4310
}
4311
4312
bool cmLocalGenerator::IsWatcomWMake() const
4313
{
Callers
2
WriteMakeVariables
Method · 0.80
AppendCustomCommand
Method · 0.80
Calls
2
GetState
Method · 0.95
UseWindowsShell
Method · 0.80
Tested by
no test coverage detected