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

Method AppendCommands

Source/cmCustomCommand.cxx:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void cmCustomCommand::AppendCommands(cmCustomCommandLines const& commandLines)
93{
94 cm::append(this->CommandLines, commandLines);
95}
96
97void cmCustomCommand::AppendDepends(std::vector<std::string> const& depends)
98{

Callers 1

Calls 1

appendFunction · 0.85

Tested by

no test coverage detected