diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-08-26 11:15:45 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-08-26 11:15:45 +0200 |
| commit | 0cf5196eff081d4eab4cfb9fc9eb7390f45696e5 (patch) | |
| tree | 748e72cddb1cf4ec5cc8cf784d2367f3007effbe /arch/x86_64/CMakeLists.txt | |
| parent | e03dad7b18247ac464e676a765857e6ddbe42c25 (diff) | |
| download | kernel-0cf5196eff081d4eab4cfb9fc9eb7390f45696e5.tar.xz kernel-0cf5196eff081d4eab4cfb9fc9eb7390f45696e5.zip | |
build: fix include paths
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
| -rw-r--r-- | arch/x86_64/CMakeLists.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt index 6cc19f59..28199f35 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -73,14 +73,10 @@ file(GLOB_RECURSE ARCH_HEADERS target_sources("x86_64" PUBLIC FILE_SET HEADERS - BASE_DIRS "arch" + BASE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}" FILES ${ARCH_HEADERS} ) -target_include_directories("x86_64" PUBLIC - "include" -) - target_link_libraries("x86_64" PUBLIC "acpi::lib" "elf::lib" |
