From ee825bf2e966a1b565473753adb3f2b74f6d0ce4 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 11 Jun 2021 21:29:09 +0200 Subject: Flags'n'stuff --- task.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'task.h') diff --git a/task.h b/task.h index d788645..ac56e8a 100644 --- a/task.h +++ b/task.h @@ -29,4 +29,7 @@ public: std::filesystem::path depsFile; std::future future; + + const BuildConfiguration& config; + const Settings& settings; }; -- cgit v1.2.3