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