aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-03-20 12:06:17 +0100
committerFelix Morgner <felix.morgner@ost.ch>2026-03-20 12:06:17 +0100
commit8365a09e18ac043d2e0aa6a9d3e394a02fe7c6cb (patch)
tree32612feb7bfeadcc6cca7e1be6ac1310f688386a /libs
parent24703d5b9bc297616b8baf8957ab7e74e2f67352 (diff)
downloadteachos-8365a09e18ac043d2e0aa6a9d3e394a02fe7c6cb.tar.xz
teachos-8365a09e18ac043d2e0aa6a9d3e394a02fe7c6cb.zip
kstd: fix build system errors
Diffstat (limited to 'libs')
-rw-r--r--libs/kstd/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/libs/kstd/CMakeLists.txt b/libs/kstd/CMakeLists.txt
index 77b12a9..9b4976b 100644
--- a/libs/kstd/CMakeLists.txt
+++ b/libs/kstd/CMakeLists.txt
@@ -21,10 +21,13 @@ target_sources("kstd" PUBLIC
FILE_SET HEADERS
BASE_DIRS "include"
FILES
+ "include/kstd/bits/format_args.hpp"
"include/kstd/bits/format_context.hpp"
- "include/kstd/bits/format_specs.hpp"
+ "include/kstd/bits/format_parse_context.hpp"
+ "include/kstd/bits/format_specifiers.hpp"
"include/kstd/bits/format_string.hpp"
"include/kstd/bits/formatter.hpp"
+ "include/kstd/bits/print_sink.hpp"
"include/kstd/bits/shared_ptr.hpp"
"include/kstd/bits/unique_ptr.hpp"