From 06742a21bb12bdaed056fce8f2b3966c1b9ddcbc Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 20 Aug 2026 10:33:14 +0200 Subject: chore: normalize comment format in arch --- arch/x86_64/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/x86_64/CMakeLists.txt') 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} ) -- cgit v1.2.3