| 5317 | } |
| 5318 | |
| 5319 | cmDocumentationEntry cmGlobalXCodeGenerator::GetDocumentation() |
| 5320 | { |
| 5321 | return { cmGlobalXCodeGenerator::GetActualName(), |
| 5322 | "Generate Xcode project files." }; |
| 5323 | } |
| 5324 | |
| 5325 | std::string cmGlobalXCodeGenerator::RelativeToSource(std::string const& p) |
| 5326 | { |
no outgoing calls
no test coverage detected