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

Method DriveCustomCommands

Source/cmMakefileTargetGenerator.cxx:1593–1598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1591}
1592
1593void cmMakefileTargetGenerator::DriveCustomCommands(
1594 std::vector<std::string>& depends)
1595{
1596 // Depend on all custom command outputs.
1597 cm::append(depends, this->CustomCommandOutputs);
1598}
1599
1600void cmMakefileTargetGenerator::WriteObjectDependRules(
1601 cmSourceFile const& source, std::vector<std::string>& depends)

Callers 3

WriteTargetDriverRuleMethod · 0.95
WriteRuleFilesMethod · 0.80

Calls 1

appendFunction · 0.85

Tested by

no test coverage detected