diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-12-05 18:48:44 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-12-05 18:48:44 +0100 |
| commit | fc6d44be383213b7609b5e3c4778e235fb6b00c3 (patch) | |
| tree | 9806078c7fdae4c79711bfc0a7aac574e036c214 /libs/kstd/CMakeLists.txt | |
| parent | 178d566278f580ed5625d2d34831b4d263ee09af (diff) | |
| download | teachos-fc6d44be383213b7609b5e3c4778e235fb6b00c3.tar.xz teachos-fc6d44be383213b7609b5e3c4778e235fb6b00c3.zip | |
kstd: implement memcmp
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 75c2315..e0c551c 100644 --- a/libs/kstd/CMakeLists.txt +++ b/libs/kstd/CMakeLists.txt @@ -4,6 +4,7 @@ add_library("libs::kstd" ALIAS "kstd") set(KSTD_LIBC_SYMBOLS "abort" "strlen" + "memcmp" ) target_sources("kstd" PRIVATE |
