diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-09-27 21:32:17 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-09-27 21:32:17 +0200 |
commit | e73ee708292aac55070701ff0157db4eab6c06f4 (patch) | |
tree | c377bc83c6975e5a75b4445afda43407d720e904 /src/task_ar.h | |
parent | f30d40ec44e7bb4dda5cdd75e9761d67288af4a7 (diff) |
Add folder hierarchy in build folder corresponding to that of the source folders and store build-files in corresponding locations.
Diffstat (limited to 'src/task_ar.h')
-rw-r--r-- | src/task_ar.h | 3 |
1 files changed, 2 insertions, 1 deletions
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<std::string>& objects); + const std::vector<std::string>& objects, + const std::string& sourcePath); bool dirtyInner() override; |