diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-07-23 13:21:32 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-07-23 13:21:32 +0000 |
| commit | e97e86d169849527190cef1913efdd247e6f68df (patch) | |
| tree | c46f0fe0eeaf50354f7a1c65304faae0b670a1b5 /libs/kstd/CMakeLists.txt | |
| parent | 3a407e83b2dbd15936569ff90e4433078ea1cbaf (diff) | |
| download | teachos-e97e86d169849527190cef1913efdd247e6f68df.tar.xz teachos-e97e86d169849527190cef1913efdd247e6f68df.zip | |
libs: move asm_ptr to kstd
Diffstat (limited to 'libs/kstd/CMakeLists.txt')
| -rw-r--r-- | libs/kstd/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/kstd/CMakeLists.txt b/libs/kstd/CMakeLists.txt index b0abaaf..ac9e78f 100644 --- a/libs/kstd/CMakeLists.txt +++ b/libs/kstd/CMakeLists.txt @@ -13,6 +13,7 @@ target_sources("kstd" PUBLIC "include/kstd/bits/shared_ptr.hpp" "include/kstd/bits/unique_ptr.hpp" + "include/kstd/asm_ptr" "include/kstd/memory" "include/kstd/mutex" "include/kstd/stack" |
