From 6c4ecdb57f9140dc8474da2f83660fc5f977cc6d Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 10 Jan 2025 12:43:48 +0100 Subject: Computed roots: extend data structure to support the absent pragma --- src/buildtool/file_system/precomputed_root.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/buildtool/file_system/precomputed_root.hpp') diff --git a/src/buildtool/file_system/precomputed_root.hpp b/src/buildtool/file_system/precomputed_root.hpp index f3495418..f95f7d73 100644 --- a/src/buildtool/file_system/precomputed_root.hpp +++ b/src/buildtool/file_system/precomputed_root.hpp @@ -33,6 +33,7 @@ struct ComputedRoot final { std::string target_module; std::string target_name; nlohmann::json config; + bool absent; [[nodiscard]] auto operator==(ComputedRoot const& other) const noexcept -> bool; -- cgit v1.2.3