aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
-rw-r--r--arch/x86_64/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt
index fc665c15..a93f4f64 100644
--- a/arch/x86_64/CMakeLists.txt
+++ b/arch/x86_64/CMakeLists.txt
@@ -68,12 +68,12 @@ target_sources("x86_64" PRIVATE
file(GLOB_RECURSE ARCH_HEADERS
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
CONFIGURE_DEPENDS
- "include/**.hpp"
+ "arch/**.hpp"
)
target_sources("x86_64" PUBLIC
FILE_SET HEADERS
- BASE_DIRS "include"
+ BASE_DIRS "arch"
FILES ${ARCH_HEADERS}
)