From 0cf5196eff081d4eab4cfb9fc9eb7390f45696e5 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 26 Aug 2026 11:15:45 +0200 Subject: build: fix include paths --- libs/multiboot2/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/multiboot2/CMakeLists.txt') 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} ) -- cgit v1.2.3