diff options
Diffstat (limited to 'src/task_cc.h')
-rw-r--r-- | src/task_cc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/task_cc.h b/src/task_cc.h index f5ae95d..0589ea4 100644 --- a/src/task_cc.h +++ b/src/task_cc.h @@ -30,6 +30,7 @@ public: std::vector<std::string> depends() const override; std::string target() const override; + bool derived() const override; std::string toJSON() const override; |