From 8365a09e18ac043d2e0aa6a9d3e394a02fe7c6cb Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 20 Mar 2026 12:06:17 +0100 Subject: kstd: fix build system errors --- libs/kstd/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libs/kstd') 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" -- cgit v1.2.3