From e22c2dcad410504c65d8ccba0ab66d96cf0c61a1 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 19 Dec 2025 11:55:48 +0100 Subject: kstd: clean up OS interface split --- libs/kstd/CMakeLists.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'libs/kstd/CMakeLists.txt') 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" -- cgit v1.2.3