| 4965 | } |
| 4966 | |
| 4967 | std::string cmGlobalXCodeGenerator::GetSymrootDir() const |
| 4968 | { |
| 4969 | return cmStrCat(this->CMakeInstance->GetHomeOutputDirectory(), "/build"); |
| 4970 | } |
| 4971 | |
| 4972 | std::string cmGlobalXCodeGenerator::GetTargetTempDir( |
| 4973 | cmGeneratorTarget const* gt, std::string const& configName) const |
no test coverage detected