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

Method GetVSInstance

Source/cmGlobalVisualStudioVersionedGenerator.cxx:730–734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728}
729
730bool cmGlobalVisualStudioVersionedGenerator::GetVSInstance(
731 std::string& dir) const
732{
733 return vsSetupAPIHelper.GetVSInstanceInfo(dir);
734}
735
736cm::optional<std::string>
737cmGlobalVisualStudioVersionedGenerator::GetVSInstanceVersion() const

Callers 3

FindAuxToolsetMethod · 0.95
GetWindowsValueFunction · 0.80
AddVisualStudioPathFunction · 0.80

Calls 1

GetVSInstanceInfoMethod · 0.80

Tested by

no test coverage detected