aboutsummaryrefslogtreecommitdiff
path: root/libs/kstd
diff options
context:
space:
mode:
Diffstat (limited to 'libs/kstd')
-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"