aboutsummaryrefslogtreecommitdiff
path: root/libs/multiboot2/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-08-26 11:15:45 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-08-26 11:15:45 +0200
commit0cf5196eff081d4eab4cfb9fc9eb7390f45696e5 (patch)
tree748e72cddb1cf4ec5cc8cf784d2367f3007effbe /libs/multiboot2/CMakeLists.txt
parente03dad7b18247ac464e676a765857e6ddbe42c25 (diff)
downloadkernel-0cf5196eff081d4eab4cfb9fc9eb7390f45696e5.tar.xz
kernel-0cf5196eff081d4eab4cfb9fc9eb7390f45696e5.zip
build: fix include paths
Diffstat (limited to 'libs/multiboot2/CMakeLists.txt')
-rw-r--r--libs/multiboot2/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/multiboot2/CMakeLists.txt b/libs/multiboot2/CMakeLists.txt
index 36070a10..70f40d02 100644
--- a/libs/multiboot2/CMakeLists.txt
+++ b/libs/multiboot2/CMakeLists.txt
@@ -23,7 +23,7 @@ file(GLOB_RECURSE MULTIBOOT2_HEADERS
target_sources("multiboot2" INTERFACE
FILE_SET HEADERS
- BASE_DIRS "multiboot2"
+ BASE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}"
FILES
${MULTIBOOT2_HEADERS}
)