| 709 | } |
| 710 | |
| 711 | char const* cmGlobalVisualStudio10Generator::GetCustomVCTargetsPath() const |
| 712 | { |
| 713 | if (this->CustomVCTargetsPath.empty()) { |
| 714 | return nullptr; |
| 715 | } |
| 716 | return this->CustomVCTargetsPath.c_str(); |
| 717 | } |
| 718 | |
| 719 | char const* cmGlobalVisualStudio10Generator::GetPlatformToolset() const |
| 720 | { |
no test coverage detected