Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ IsVisualStudio
Method
IsVisualStudio
Source/cmGlobalGenerator.h:569–569 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
567
virtual bool IsXcode() const { return false; }
568
569
virtual bool IsVisualStudio() const { return false; }
570
571
virtual bool IsVisualStudioAtLeast10() const { return false; }
572
Callers
3
ConstructScript
Method · 0.45
CopyPchCompilePdb
Method · 0.45
GetLinkerTool
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected