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

Method AppendCustomCommands

Source/cmLocalUnixMakefileGenerator3.cxx:965–973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

963}
964
965void cmLocalUnixMakefileGenerator3::AppendCustomCommands(
966 std::vector<std::string>& commands, std::vector<cmCustomCommand> const& ccs,
967 cmGeneratorTarget* target, std::string const& relative)
968{
969 for (cmCustomCommand const& cc : ccs) {
970 cmCustomCommandGenerator ccg(cc, this->GetConfigName(), this);
971 this->AppendCustomCommand(commands, ccg, target, relative, true);
972 }
973}
974
975void cmLocalUnixMakefileGenerator3::AppendCustomCommand(
976 std::vector<std::string>& commands, cmCustomCommandGenerator const& ccg,

Callers 5

WriteLocalAllRulesMethod · 0.95
WriteExecutableRuleMethod · 0.80
WriteRuleFilesMethod · 0.80
WriteLibraryRulesMethod · 0.80

Calls 1

AppendCustomCommandMethod · 0.95

Tested by

no test coverage detected