diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-08-20 10:33:14 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-08-20 10:33:14 +0200 |
| commit | 06742a21bb12bdaed056fce8f2b3966c1b9ddcbc (patch) | |
| tree | 87cf24d58a5486c032caffc91aa8c28306a404da /arch/x86_64/CMakeLists.txt | |
| parent | 24d2d7dccace6f5a0bb4e2eb0f9e51cff06103b2 (diff) | |
| download | kernel-06742a21bb12bdaed056fce8f2b3966c1b9ddcbc.tar.xz kernel-06742a21bb12bdaed056fce8f2b3966c1b9ddcbc.zip | |
chore: normalize comment format in arch
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
| -rw-r--r-- | arch/x86_64/CMakeLists.txt | 4 |
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} ) |
