summaryrefslogtreecommitdiff
path: root/src/task.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/task.h')
-rw-r--r--src/task.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/task.h b/src/task.h
index be3995f..0e2a9f7 100644
--- a/src/task.h
+++ b/src/task.h
@@ -64,6 +64,7 @@ public:
Language sourceLanguage() const;
OutputSystem outputSystem() const;
std::string compiler() const;
+ std::string linker() const;
std::set<std::shared_ptr<Task>> getDependsTasks();