diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-03-20 17:39:00 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-03-20 17:39:00 +0100 |
| commit | 52bc2d4105ac0d10d10831d470e9d0212dbb2b4d (patch) | |
| tree | b56d95d8b15a333a085696353de1a2de147c2483 /libs/kstd | |
| parent | 69b8b89542530eb7360dddd0875610f4cca9268b (diff) | |
| download | teachos-52bc2d4105ac0d10d10831d470e9d0212dbb2b4d.tar.xz teachos-52bc2d4105ac0d10d10831d470e9d0212dbb2b4d.zip | |
libs: fix header globs
Diffstat (limited to 'libs/kstd')
| -rw-r--r-- | libs/kstd/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/kstd/CMakeLists.txt b/libs/kstd/CMakeLists.txt index 877a04e..b0c9c63 100644 --- a/libs/kstd/CMakeLists.txt +++ b/libs/kstd/CMakeLists.txt @@ -17,7 +17,7 @@ target_sources("kstd" PRIVATE "src/mutex.cpp" ) -file(GLOB_RECURSE KSTD_HEADERS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "include/**.hpp") +file(GLOB_RECURSE KSTD_HEADERS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "include/kstd/*") target_sources("kstd" PUBLIC FILE_SET HEADERS |
