diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-06-24 13:03:29 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-06-24 13:03:29 +0200 |
| commit | 08bfe2af099f6acc78772e7b315a6cf922626b76 (patch) | |
| tree | 81e67f61dfb185d2e53d28cd90c230dfa71caf62 /libs/kstd/CMakeLists.txt | |
| parent | 3027e4c819814aac93ef1f993bde04acf3ee3f54 (diff) | |
| download | kernel-08bfe2af099f6acc78772e7b315a6cf922626b76.tar.xz kernel-08bfe2af099f6acc78772e7b315a6cf922626b76.zip | |
kstd: implement kstd::formatted_size
Diffstat (limited to 'libs/kstd/CMakeLists.txt')
| -rw-r--r-- | libs/kstd/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/kstd/CMakeLists.txt b/libs/kstd/CMakeLists.txt index 5a957573..002fb548 100644 --- a/libs/kstd/CMakeLists.txt +++ b/libs/kstd/CMakeLists.txt @@ -18,7 +18,7 @@ add_library("kstd::lib" ALIAS "kstd") target_sources("kstd" PRIVATE "kstd/os/error.cpp" "kstd/mutex.cpp" - "kstd/vformat.cpp" + "kstd/bits/format/vformat.cpp" ) file(GLOB_RECURSE KSTD_HEADERS |
