diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-12-18 12:44:09 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-12-18 12:44:09 +0100 |
| commit | 6733428bee53a316ae925cc6378a793be467e86f (patch) | |
| tree | 805374a5260f857e7a52636268ed1943ed029716 /libs/kstd/CMakeLists.txt | |
| parent | 4fdf7c2656eeff67bcb424c9a3d76abe78ad2f91 (diff) | |
| download | teachos-6733428bee53a316ae925cc6378a793be467e86f.tar.xz teachos-6733428bee53a316ae925cc6378a793be467e86f.zip | |
kstd: begin basic formatted output implementation
Diffstat (limited to 'libs/kstd/CMakeLists.txt')
| -rw-r--r-- | libs/kstd/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/kstd/CMakeLists.txt b/libs/kstd/CMakeLists.txt index d83e704..0814a5b 100644 --- a/libs/kstd/CMakeLists.txt +++ b/libs/kstd/CMakeLists.txt @@ -18,6 +18,10 @@ target_sources("kstd" PUBLIC FILE_SET HEADERS BASE_DIRS "include" FILES + "include/kstd/bits/format_context.hpp" + "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" @@ -25,6 +29,7 @@ target_sources("kstd" PUBLIC "include/kstd/ext/bitfield_enum" "include/kstd/asm_ptr" + "include/kstd/format" "include/kstd/memory" "include/kstd/mutex" "include/kstd/stack" |
