| 4970 | } |
| 4971 | |
| 4972 | std::string cmGlobalXCodeGenerator::GetTargetTempDir( |
| 4973 | cmGeneratorTarget const* gt, std::string const& configName) const |
| 4974 | { |
| 4975 | // Use a path inside the SYMROOT. |
| 4976 | return cmStrCat(this->GetSymrootDir(), '/', gt->GetName(), ".build/", |
| 4977 | configName); |
| 4978 | } |
| 4979 | |
| 4980 | void cmGlobalXCodeGenerator::ComputeArchitectures(cmMakefile* mf) |
| 4981 | { |
no test coverage detected