diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-11-17 11:30:30 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-11-17 11:30:30 +0100 |
| commit | ffc875c2d6b3262e472cfb2dfb6682eb9b21c96e (patch) | |
| tree | b2e3e4c582392687f66cf840f5dd43fd438e6567 /CMakeLists.txt | |
| parent | 8a180e3892b31417c6bdec0355788605b0dca0e6 (diff) | |
| download | box64-ffc875c2d6b3262e472cfb2dfb6682eb9b21c96e.tar.gz box64-ffc875c2d6b3262e472cfb2dfb6682eb9b21c96e.zip | |
[WRAPPER] Added wrapped libzstd.so.1 support, with new wrapperhelper
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index dd26e7a0..ae22aac0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -728,6 +728,7 @@ set(WRAPPEDS "${BOX64_ROOT}/src/wrapped/wrappedlibsqlite3.c" "${BOX64_ROOT}/src/wrapped/wrappedlibtiff5.c" "${BOX64_ROOT}/src/wrapped/wrappedbrotlidec.c" + "${BOX64_ROOT}/src/wrapped/wrappedzstd.c" ) endif() if(ANDROID) |