From 1585cf0bab4fc20dd999b40da3a91d298dcbcdb8 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 19 Jun 2021 14:33:34 +0200 Subject: Make include paths work relative to the build config files. --- task_cc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'task_cc.h') 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; }; -- cgit v1.2.3