| 531 | }; |
| 532 | |
| 533 | void cmMakefile::OnExecuteCommand(std::function<void()> callback) |
| 534 | { |
| 535 | this->ExecuteCommandCallback = std::move(callback); |
| 536 | } |
| 537 | |
| 538 | bool cmMakefile::ExecuteCommand(cmListFileFunction const& lff, |
| 539 | cmExecutionStatus& status, |