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 /libs/elf | |
| parent | e03dad7b18247ac464e676a765857e6ddbe42c25 (diff) | |
| download | kernel-0cf5196eff081d4eab4cfb9fc9eb7390f45696e5.tar.xz kernel-0cf5196eff081d4eab4cfb9fc9eb7390f45696e5.zip | |
build: fix include paths
Diffstat (limited to 'libs/elf')
| -rw-r--r-- | libs/elf/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/elf/CMakeLists.txt b/libs/elf/CMakeLists.txt index bf69678e..5dc83859 100644 --- a/libs/elf/CMakeLists.txt +++ b/libs/elf/CMakeLists.txt @@ -23,7 +23,7 @@ file(GLOB_RECURSE ELF_HEADERS target_sources("elf" INTERFACE FILE_SET HEADERS - BASE_DIRS "elf" + BASE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}" FILES ${ELF_HEADERS} ) |
