aboutsummaryrefslogtreecommitdiff
path: root/libs/kstd/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-12-10 17:20:14 +0100
committerFelix Morgner <felix.morgner@ost.ch>2025-12-10 17:21:42 +0100
commitf0c5ac3c8222d4d89b8e2d2a726427a7ec64e538 (patch)
treebd5bd98fd3cd1f41293688cf94ec57346f028a51 /libs/kstd/CMakeLists.txt
parentb9d445bf92725d79269becf978059e040519c00a (diff)
downloadteachos-f0c5ac3c8222d4d89b8e2d2a726427a7ec64e538.tar.xz
teachos-f0c5ac3c8222d4d89b8e2d2a726427a7ec64e538.zip
kstd: extract bitwise enum operations
Diffstat (limited to 'libs/kstd/CMakeLists.txt')
-rw-r--r--libs/kstd/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/kstd/CMakeLists.txt b/libs/kstd/CMakeLists.txt
index e0c551c..d83e704 100644
--- a/libs/kstd/CMakeLists.txt
+++ b/libs/kstd/CMakeLists.txt
@@ -22,6 +22,8 @@ target_sources("kstd" PUBLIC
"include/kstd/bits/shared_ptr.hpp"
"include/kstd/bits/unique_ptr.hpp"
+ "include/kstd/ext/bitfield_enum"
+
"include/kstd/asm_ptr"
"include/kstd/memory"
"include/kstd/mutex"