summaryrefslogtreecommitdiff
path: root/src/task_cc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/task_cc.cc')
-rw-r--r--src/task_cc.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/task_cc.cc b/src/task_cc.cc
index e4bd7aa..a9be475 100644
--- a/src/task_cc.cc
+++ b/src/task_cc.cc
@@ -213,6 +213,11 @@ std::string TaskCC::target() const
return targetFile.string();
}
+bool TaskCC::derived() const
+{
+ return true;
+}
+
std::string TaskCC::toJSON() const
{
std::string json;