summaryrefslogtreecommitdiff
path: root/src/buildtool/profile/profile.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/profile/profile.hpp')
-rw-r--r--src/buildtool/profile/profile.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buildtool/profile/profile.hpp b/src/buildtool/profile/profile.hpp
index d90ad2a5..20360d3f 100644
--- a/src/buildtool/profile/profile.hpp
+++ b/src/buildtool/profile/profile.hpp
@@ -24,6 +24,7 @@
#include "nlohmann/json.hpp"
#include "src/buildtool/execution_api/common/execution_response.hpp"
+#include "src/buildtool/main/cli.hpp"
class Profile {
public:
@@ -33,6 +34,7 @@ class Profile {
}
void Write(int exit_code);
+ void SetCLI(CommandLineArguments const& cli);
void SetTarget(nlohmann::json target);
void SetConfiguration(nlohmann::json configuration);
void NoteActionCompleted(std::string const& id,