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_ar.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/task_ar.h') diff --git a/src/task_ar.h b/src/task_ar.h index abdc3ae..f2873c7 100644 --- a/src/task_ar.h +++ b/src/task_ar.h @@ -20,7 +20,8 @@ public: TaskAR(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