summaryrefslogtreecommitdiff
path: root/arch/x86
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/CMakeLists.txt b/arch/x86/CMakeLists.txt
index bdb72436..70dd24cb 100644
--- a/arch/x86/CMakeLists.txt
+++ b/arch/x86/CMakeLists.txt
@@ -20,7 +20,7 @@ if(NOT BN_INTERNAL_BUILD)
add_subdirectory(${PROJECT_SOURCE_DIR}/../.. ${PROJECT_BINARY_DIR}/api)
endif()
-file(GLOB SOURCES *.cpp *.h
+file(GLOB SOURCES CONFIGURE_DEPENDS *.cpp *.h
${PROJECT_SOURCE_DIR}/xed/src/common/*.c
${PROJECT_SOURCE_DIR}/xed/src/dec/*.c
${PROJECT_BINARY_DIR}/obj/*.c)