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

Class VSInstanceInfo

Source/cmVSSetupHelper.h:88–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86};
87
88struct VSInstanceInfo
89{
90 std::string VSInstallLocation;
91 std::string Version;
92 std::string VCToolsetVersion;
93 bool IsWin10SDKInstalled = false;
94 bool IsWin81SDKInstalled = false;
95
96 std::string GetInstallLocation() const;
97};
98
99class cmVSSetupAPIHelper
100{

Callers 1

SetVSInstanceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…