diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-07-26 20:03:39 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-07-26 20:03:39 +0200 |
| commit | 4ab9ce4a821e477f097f19e94a0239299fbe25ea (patch) | |
| tree | 0fe81558aa8bc038cd36340cb56fc46f26867302 /libs/kstd/CMakeLists.txt | |
| parent | 938d749ff7dd4d9d17469c28abefe0cbb49af31c (diff) | |
| download | kernel-4ab9ce4a821e477f097f19e94a0239299fbe25ea.tar.xz kernel-4ab9ce4a821e477f097f19e94a0239299fbe25ea.zip | |
kstd: split mutex header
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 e2b56d2f..63428c4b 100644 --- a/libs/kstd/CMakeLists.txt +++ b/libs/kstd/CMakeLists.txt @@ -17,8 +17,8 @@ add_library("kstd::lib" ALIAS "kstd") target_sources("kstd" PRIVATE "kstd/os/error.cpp" - "kstd/mutex.cpp" "kstd/system_error.cpp" + "kstd/bits/mutex/mutex.cpp" "kstd/bits/format/vformat.cpp" ) |
