summaryrefslogtreecommitdiff
path: root/demangler/gnu3/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'demangler/gnu3/CMakeLists.txt')
-rw-r--r--demangler/gnu3/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/demangler/gnu3/CMakeLists.txt b/demangler/gnu3/CMakeLists.txt
index 0c249e0e..f957aa77 100644
--- a/demangler/gnu3/CMakeLists.txt
+++ b/demangler/gnu3/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
project(demangle_gnu3)
-file(GLOB SOURCES
+file(GLOB SOURCES CONFIGURE_DEPENDS
*.cpp
*.c
*.h)