diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-08-20 10:34:35 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-08-20 10:34:35 +0200 |
| commit | de473afc0bf677e40cd660062f2518f8ade6e346 (patch) | |
| tree | 11863a0e97ceb899e9f7cb3e072a8b7addf32ad9 /kapi/CMakeLists.txt | |
| parent | 06742a21bb12bdaed056fce8f2b3966c1b9ddcbc (diff) | |
| download | kernel-de473afc0bf677e40cd660062f2518f8ade6e346.tar.xz kernel-de473afc0bf677e40cd660062f2518f8ade6e346.zip | |
build: fix kapi header glob
Diffstat (limited to 'kapi/CMakeLists.txt')
| -rw-r--r-- | kapi/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kapi/CMakeLists.txt b/kapi/CMakeLists.txt index f74cfb34..3a9f3607 100644 --- a/kapi/CMakeLists.txt +++ b/kapi/CMakeLists.txt @@ -4,12 +4,12 @@ add_library("kapi::lib" ALIAS "kapi") file(GLOB_RECURSE KAPI_HEADERS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} CONFIGURE_DEPENDS - "include/**.hpp" + "kapi/**.hpp" ) target_sources("kapi" PUBLIC FILE_SET HEADERS - BASE_DIRS "include" + BASE_DIRS "kapi" FILES ${KAPI_HEADERS} ) |
