| 86 | }; |
| 87 | |
| 88 | struct 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 | |
| 99 | class cmVSSetupAPIHelper |
| 100 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…