| 5094 | } |
| 5095 | |
| 5096 | cmSourceFile* AddCustomCommandToOutput(cmLocalGenerator& lg, |
| 5097 | cmCommandOrigin origin, |
| 5098 | std::unique_ptr<cmCustomCommand> cc, |
| 5099 | bool replace) |
| 5100 | { |
| 5101 | return AddCustomCommand(lg, origin, std::move(cc), replace); |
| 5102 | } |
| 5103 | |
| 5104 | void AppendCustomCommandToOutput(cmLocalGenerator& lg, |
| 5105 | cmListFileBacktrace const& lfbt, |
no test coverage detected
searching dependent graphs…