about summary refs log tree commit diff stats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-09-28 11:17:26 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-09-28 11:17:26 +0200
commit3919bb2e7de813732b7a8917744eadddf3ecfa67 (patch)
treef868ea3af3d42d4fd4a9c1aab3a3afd5ddcb6e9b /CMakeLists.txt
parent93e8434a87c845956784a53e49111c46a099feba (diff)
downloadbox64-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.txt1
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})