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