| 84 | } |
| 85 | |
| 86 | void cmCustomCommand::SetComment(char const* comment) |
| 87 | { |
| 88 | this->Comment = comment ? comment : ""; |
| 89 | this->HaveComment = (comment != nullptr); |
| 90 | } |
| 91 | |
| 92 | void cmCustomCommand::AppendCommands(cmCustomCommandLines const& commandLines) |
| 93 | { |
no outgoing calls
no test coverage detected