summaryrefslogtreecommitdiff
path: root/examples/triage
diff options
context:
space:
mode:
Diffstat (limited to 'examples/triage')
-rw-r--r--examples/triage/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/triage/CMakeLists.txt b/examples/triage/CMakeLists.txt
index 9e0e5363..d999c995 100644
--- a/examples/triage/CMakeLists.txt
+++ b/examples/triage/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
project(triage CXX C)
-file(GLOB SOURCES
+file(GLOB SOURCES CONFIGURE_DEPENDS
*.cpp
*.h)