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

Method CreateRunScriptBuildPhases

Source/cmGlobalXCodeGenerator.cxx:2043–2054  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2041}
2042
2043void cmGlobalXCodeGenerator::CreateRunScriptBuildPhases(
2044 cmXCodeObject* buildPhases, cmGeneratorTarget const* gt)
2045{
2046 std::vector<cmSourceFile*> sources;
2047 if (!gt->GetConfigCommonSourceFilesForXcode(sources)) {
2048 return;
2049 }
2050 auto& visited = this->CommandsVisited[gt];
2051 for (auto* sf : sources) {
2052 this->CreateRunScriptBuildPhases(buildPhases, sf, gt, visited);
2053 }
2054}
2055
2056void cmGlobalXCodeGenerator::CreateRunScriptBuildPhases(
2057 cmXCodeObject* buildPhases, cmSourceFile const* sf,

Callers 1

CreateCustomCommandsMethod · 0.95

Calls 6

GetCustomCommandMethod · 0.80
GetSourceDependsMethod · 0.80
AddObjectMethod · 0.80
insertMethod · 0.45

Tested by

no test coverage detected