From f6bcdf67b1b981592825d6a6a1c4d3ff122de553 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 20 Dec 2025 15:43:47 +0100 Subject: WIP --- src/task_fn.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/task_fn.h') diff --git a/src/task_fn.h b/src/task_fn.h index 1bad32c..7740f9e 100644 --- a/src/task_fn.h +++ b/src/task_fn.h @@ -28,6 +28,7 @@ public: std::string target() const override; std::filesystem::path targetFile() const override; + std::string sourceListString() const; bool derived() const override; std::string toJSON() const override; @@ -37,8 +38,11 @@ public: protected: std::filesystem::path sourceFile; std::filesystem::path _targetFile; + std::filesystem::path sourceListFile; const ctor::build_configuration& config; const ctor::settings& settings; std::filesystem::path sourceDir; + + std::vector sources; }; -- cgit v1.2.3