diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-07-16 20:24:15 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-07-16 20:24:15 +0200 |
| commit | 9589e79e9990054e8bba08f183dd7b72819d6078 (patch) | |
| tree | 397adbd1f2643b8c04f6b7a8f24015913698ff54 /libs/kstd/CMakeLists.txt | |
| parent | dc44a423f85edbb30af294c534263046dfe7e75e (diff) | |
| download | kernel-9589e79e9990054e8bba08f183dd7b72819d6078.tar.xz kernel-9589e79e9990054e8bba08f183dd7b72819d6078.zip | |
chore: move system error implementation out of line
Diffstat (limited to 'libs/kstd/CMakeLists.txt')
| -rw-r--r-- | libs/kstd/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/kstd/CMakeLists.txt b/libs/kstd/CMakeLists.txt index 9c68feed..e2b56d2f 100644 --- a/libs/kstd/CMakeLists.txt +++ b/libs/kstd/CMakeLists.txt @@ -18,6 +18,7 @@ add_library("kstd::lib" ALIAS "kstd") target_sources("kstd" PRIVATE "kstd/os/error.cpp" "kstd/mutex.cpp" + "kstd/system_error.cpp" "kstd/bits/format/vformat.cpp" ) |
