about summary refs log tree commit diff stats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-01-26 16:42:27 +0100
committerptitSeb <sebastien.chev@gmail.com>2025-01-26 16:42:27 +0100
commitc3dbdf419d04aba81ac8d3d7f8239c4d0efe61bf (patch)
tree060a9c07b502ec0f3d7baa7facd8addd072b4427 /CMakeLists.txt
parentc566ba970d0b36d15bd93bb3da4065e825627197 (diff)
downloadbox64-c3dbdf419d04aba81ac8d3d7f8239c4d0efe61bf.tar.gz
box64-c3dbdf419d04aba81ac8d3d7f8239c4d0efe61bf.zip
[BOX32][WRAPPER] Added some minium 32bits wrapping for libcups (helps wine)
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 a21375f3..cdef01b0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -855,6 +855,7 @@ if(BOX32)
         "${BOX64_ROOT}/src/wrapped32/wrappedlibdrm.c"
         "${BOX64_ROOT}/src/wrapped32/wrappedlibvdpau.c"
         "${BOX64_ROOT}/src/wrapped32/wrappednsl.c"
+        "${BOX64_ROOT}/src/wrapped32/wrappedlibcups.c"
     )
     endif()
     string(REPLACE ".c" "_private.h" MODROOT ${BOX64_ROOT})