diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-09-28 11:17:26 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-09-28 11:17:26 +0200 |
| commit | 3919bb2e7de813732b7a8917744eadddf3ecfa67 (patch) | |
| tree | f868ea3af3d42d4fd4a9c1aab3a3afd5ddcb6e9b /CMakeLists.txt | |
| parent | 93e8434a87c845956784a53e49111c46a099feba (diff) | |
| download | box64-3919bb2e7de813732b7a8917744eadddf3ecfa67.tar.gz box64-3919bb2e7de813732b7a8917744eadddf3ecfa67.zip | |
[BOX32][WRAPPER] Added 32bits wrapped libexpat and another batch of wrapped function for 32bits libfreetype and SDL2
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 66f9607e..39989952 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -797,6 +797,7 @@ if(BOX32) "${BOX64_ROOT}/src/wrapped32/wrappedlibxcursor.c" "${BOX64_ROOT}/src/wrapped32/wrappedlibxrandr.c" "${BOX64_ROOT}/src/wrapped32/wrappedlibxxf86vm.c" + "${BOX64_ROOT}/src/wrapped32/wrappedexpat.c" ) endif() string(REPLACE ".c" "_private.h" MODROOT ${BOX64_ROOT}) |