diff options
| author | Lukas Oesch <lukasoesch20@gmail.com> | 2026-03-02 23:43:09 +0100 |
|---|---|---|
| committer | Lukas Oesch <lukasoesch20@gmail.com> | 2026-03-17 16:42:27 +0100 |
| commit | 62bf2eef72854750c7325d2e2c6e92562a522e16 (patch) | |
| tree | f874aaba208e7617ec1b46c1033f75184597c42b /libs/kstd/CMakeLists.txt | |
| parent | 760f6ca4d59f6bf90f70944df4f418c236f8eab1 (diff) | |
| download | teachos-62bf2eef72854750c7325d2e2c6e92562a522e16.tar.xz teachos-62bf2eef72854750c7325d2e2c6e92562a522e16.zip | |
implement memcpy
Diffstat (limited to 'libs/kstd/CMakeLists.txt')
| -rw-r--r-- | libs/kstd/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/kstd/CMakeLists.txt b/libs/kstd/CMakeLists.txt index 1f140f6..77b12a9 100644 --- a/libs/kstd/CMakeLists.txt +++ b/libs/kstd/CMakeLists.txt @@ -5,6 +5,7 @@ set(KSTD_LIBC_SYMBOLS "abort" "strlen" "memcmp" + "memcpy" ) target_sources("kstd" PRIVATE @@ -33,6 +34,7 @@ target_sources("kstd" PUBLIC "include/kstd/os/print.hpp" "include/kstd/asm_ptr" + "include/kstd/cstring" "include/kstd/format" "include/kstd/memory" "include/kstd/mutex" |
