diff options
Diffstat (limited to 'task.h')
-rw-r--r-- | task.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,4 +29,7 @@ public: std::filesystem::path depsFile; std::future<int> future; + + const BuildConfiguration& config; + const Settings& settings; }; |