diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-07-14 20:35:38 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-07-14 20:35:38 +0000 |
| commit | 833738f7023324172dbb0922fe1be9ad9cc88330 (patch) | |
| tree | 07b4a54e1fff21bb7eb1acb3c0aa12aec7d9bde4 /libs/kstd/CMakeLists.txt | |
| parent | 4e99a7586748f9acd7027abc4c86a8df5f0c2e6f (diff) | |
| download | teachos-833738f7023324172dbb0922fe1be9ad9cc88330.tar.xz teachos-833738f7023324172dbb0922fe1be9ad9cc88330.zip | |
libs: rename kstd headers to be more STL like
Diffstat (limited to 'libs/kstd/CMakeLists.txt')
| -rw-r--r-- | libs/kstd/CMakeLists.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/libs/kstd/CMakeLists.txt b/libs/kstd/CMakeLists.txt index a29fac8..b0abaaf 100644 --- a/libs/kstd/CMakeLists.txt +++ b/libs/kstd/CMakeLists.txt @@ -9,7 +9,14 @@ target_sources("kstd" PUBLIC FILE_SET HEADERS BASE_DIRS "include" FILES - "include/kstd/mutex.hpp" + "include/kstd/bits/os.hpp" + "include/kstd/bits/shared_ptr.hpp" + "include/kstd/bits/unique_ptr.hpp" + + "include/kstd/memory" + "include/kstd/mutex" + "include/kstd/stack" + "include/kstd/vector" ) target_include_directories("kstd" PUBLIC |
