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

Method IsWindowsVSIDE

Source/cmLocalGenerator.cxx:4332–4335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4330}
4331
4332bool cmLocalGenerator::IsWindowsVSIDE() const
4333{
4334 return this->GetState()->UseWindowsVSIDE();
4335}
4336
4337namespace {
4338std::string relativeIfUnder(std::string const& top, std::string const& cur,

Callers

nothing calls this directly

Calls 2

GetStateMethod · 0.95
UseWindowsVSIDEMethod · 0.80

Tested by

no test coverage detected