summaryrefslogtreecommitdiff
path: root/src/task_cc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/task_cc.h')
-rw-r--r--src/task_cc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/task_cc.h b/src/task_cc.h
index 26c81a4..0a0d96a 100644
--- a/src/task_cc.h
+++ b/src/task_cc.h
@@ -22,6 +22,8 @@ public:
const std::string& sourceDir, const Source& source);
virtual ~TaskCC() = default;
+ int registerDepTasksInner(const std::set<std::shared_ptr<Task>>& tasks) override;
+
std::string name() const override;
bool dirtyInner() override;
@@ -52,4 +54,5 @@ protected:
const BuildConfiguration& config;
const Settings& settings;
std::filesystem::path sourceDir;
+ const Source& _source;
};