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

Method AppendCustomDepends

Source/cmLocalUnixMakefileGenerator3.cxx:944–951  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

942}
943
944void cmLocalUnixMakefileGenerator3::AppendCustomDepends(
945 std::vector<std::string>& depends, std::vector<cmCustomCommand> const& ccs)
946{
947 for (cmCustomCommand const& cc : ccs) {
948 cmCustomCommandGenerator ccg(cc, this->GetConfigName(), this);
949 this->AppendCustomDepend(depends, ccg);
950 }
951}
952
953void cmLocalUnixMakefileGenerator3::AppendCustomDepend(
954 std::vector<std::string>& depends, cmCustomCommandGenerator const& ccg)

Callers 2

WriteLocalAllRulesMethod · 0.95
WriteRuleFilesMethod · 0.80

Calls 1

AppendCustomDependMethod · 0.95

Tested by

no test coverage detected