From e42aaba91a62a48efc1351f8682210d07285e62d Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Fri, 3 Mar 2023 12:18:25 -0500 Subject: Add CONFIGURE_DEPENDS to CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index fecfb6f1..3fe70f98 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ if(NOT CMAKE_SIZEOF_VOID_P EQUAL 8) endif() endif() -file(GLOB BN_API_SOURCES *.cpp *.h json/json.h json/json-forwards.h) +file(GLOB BN_API_SOURCES CONFIGURE_DEPENDS *.cpp *.h json/json.h json/json-forwards.h) if(NOT DEMO) list(APPEND BN_API_SOURCES json/jsoncpp.cpp) endif() -- cgit v1.3.1