From e73ee708292aac55070701ff0157db4eab6c06f4 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 27 Sep 2021 21:32:17 +0200 Subject: Add folder hierarchy in build folder corresponding to that of the source folders and store build-files in corresponding locations. --- src/task_so.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/task_so.h') diff --git a/src/task_so.h b/src/task_so.h index 1e65694..09aa205 100644 --- a/src/task_so.h +++ b/src/task_so.h @@ -20,7 +20,8 @@ public: TaskSO(const BuildConfiguration& config, const Settings& settings, const std::string& target, - const std::vector& objects); + const std::vector& objects, + const std::string& sourcePath); bool dirtyInner() override; -- cgit v1.2.3