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

Method IsVSInstalled

Source/cmVSSetupHelper.cxx:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125bool cmVSSetupAPIHelper::IsVSInstalled()
126{
127 return this->EnumerateAndChooseVSInstance();
128}
129
130bool cmVSSetupAPIHelper::IsWin10SDKInstalled()
131{

Calls 1

Tested by

no test coverage detected