MCPcopy Create free account
hub / github.com/Kitware/CMake / GetGroupMapKeyFromPath

Function GetGroupMapKeyFromPath

Source/cmGlobalXCodeGenerator.cxx:994–998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

CreateGroupsMethod · 0.85

Calls 2

cmStrCatFunction · 0.70
GetNameMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…