summaryrefslogtreecommitdiff
path: root/task_cc.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2021-06-19 14:33:34 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2021-06-19 14:33:34 +0200
commit1585cf0bab4fc20dd999b40da3a91d298dcbcdb8 (patch)
tree9e2e38ae89e061b374e182628f2b7fc671bac8c0 /task_cc.h
parent154ce9b1ce22532a68f95f2291fa12fd90c49fde (diff)
Make include paths work relative to the build config files.
Diffstat (limited to 'task_cc.h')
-rw-r--r--task_cc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/task_cc.h b/task_cc.h
index f88433f..538188f 100644
--- a/task_cc.h
+++ b/task_cc.h
@@ -40,4 +40,5 @@ private:
const BuildConfiguration& config;
const Settings& settings;
+ std::filesystem::path sourceDir;
};