aboutsummaryrefslogtreecommitdiff
path: root/libs/kstd/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libs/kstd/CMakeLists.txt')
-rw-r--r--libs/kstd/CMakeLists.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/libs/kstd/CMakeLists.txt b/libs/kstd/CMakeLists.txt
index 0814a5b..1f140f6 100644
--- a/libs/kstd/CMakeLists.txt
+++ b/libs/kstd/CMakeLists.txt
@@ -8,9 +8,11 @@ set(KSTD_LIBC_SYMBOLS
)
target_sources("kstd" PRIVATE
- "src/bits/os.cpp"
"src/libc/stdlib.cpp"
"src/libc/string.cpp"
+
+ "src/os/error.cpp"
+
"src/mutex.cpp"
)
@@ -22,12 +24,14 @@ target_sources("kstd" PUBLIC
"include/kstd/bits/format_specs.hpp"
"include/kstd/bits/format_string.hpp"
"include/kstd/bits/formatter.hpp"
- "include/kstd/bits/os.hpp"
"include/kstd/bits/shared_ptr.hpp"
"include/kstd/bits/unique_ptr.hpp"
"include/kstd/ext/bitfield_enum"
+ "include/kstd/os/error.hpp"
+ "include/kstd/os/print.hpp"
+
"include/kstd/asm_ptr"
"include/kstd/format"
"include/kstd/memory"