| 992 | } |
| 993 | |
| 994 | static std::string GetGroupMapKeyFromPath(cmGeneratorTarget* target, |
| 995 | std::string const& fullpath) |
| 996 | { |
| 997 | return cmStrCat(target->GetName(), '-', fullpath); |
| 998 | } |
| 999 | |
| 1000 | cmXCodeObject* cmGlobalXCodeGenerator::CreateXCodeBuildFileFromPath( |
| 1001 | std::string const& fullpath, cmGeneratorTarget* target, |
no test coverage detected
searching dependent graphs…