summaryrefslogtreecommitdiff
path: root/task.h
diff options
context:
space:
mode:
Diffstat (limited to 'task.h')
-rw-r--r--task.h3
1 files changed, 3 insertions, 0 deletions
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<int> future;
+
+ const BuildConfiguration& config;
+ const Settings& settings;
};