MCPcopy 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

ConstructScriptMethod · 0.45
CopyPchCompilePdbMethod · 0.45
GetLinkerToolMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected