From 2cae257828342914a3573b14d86b7abc5a77fe3d Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Fri, 8 Oct 2021 09:20:21 +0900 Subject: Imported Upstream version 3.18.5 --- Source/cmcmd.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Source/cmcmd.h') diff --git a/Source/cmcmd.h b/Source/cmcmd.h index 5b6c81333..ffadd5a10 100644 --- a/Source/cmcmd.h +++ b/Source/cmcmd.h @@ -5,11 +5,14 @@ #include "cmConfigure.h" // IWYU pragma: keep +#include #include #include #include "cmCryptoHash.h" +class cmConsoleBuf; + class cmcmd { public: @@ -17,7 +20,8 @@ public: * Execute commands during the build process. Supports options such * as echo, remove file etc. */ - static int ExecuteCMakeCommand(std::vector const&); + static int ExecuteCMakeCommand(std::vector const&, + std::unique_ptr consoleBuf); protected: static int HandleCoCompileCommands(std::vector const& args); -- cgit v1.2.3