From 2a4a1a7f5e5baaf2f3f76ef42121075cfb155eb8 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Sun, 13 Nov 2022 13:22:32 +0100 Subject: [PATCH] Recompile on headers modification Signed-off-by: Alexander Borsuk --- base/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/base/CMakeLists.txt b/base/CMakeLists.txt index db06b247f7..27374e9784 100644 --- a/base/CMakeLists.txt +++ b/base/CMakeLists.txt @@ -1,8 +1,11 @@ project(base) set(SRC - # Added to automatically recompile our sources if the submodule is updated. + # Our code will be recompiled on modification of these headers. ../3party/fast_double_parser/include/fast_double_parser.h + ../std/boost_container_hash.hpp + ../std/target_os.hpp + ../std/windows.hpp array_adapters.hpp assert.hpp atomic_shared_ptr.hpp