about summary refs log tree commit diff stats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-04-12 18:34:03 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-04-12 18:34:03 +0200
commita89748e9e5e2ea979ea9fb0c181040dc4096dadb (patch)
treec06e4df1220f7452ff11523c72a3ef0be30d3e4e /CMakeLists.txt
parent91f9a58b3058732259e8a86d830493ad87fa9ff5 (diff)
downloadbox64-a89748e9e5e2ea979ea9fb0c181040dc4096dadb.tar.gz
box64-a89748e9e5e2ea979ea9fb0c181040dc4096dadb.zip
[BOX32][WRAPPER] Added wrapped libmount and libblkid, plus 1 new wrapped function on libgbm
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0f4bc2e4..8eaac498 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -865,6 +865,8 @@ if(BOX32)
         "${BOX64_ROOT}/src/wrapped32/wrappedlibegl.c"
         "${BOX64_ROOT}/src/wrapped32/wrappedlibglx.c"
         "${BOX64_ROOT}/src/wrapped32/wrappedselinux.c"
+        "${BOX64_ROOT}/src/wrapped32/wrappedblkid.c"
+        "${BOX64_ROOT}/src/wrapped32/wrappedmount.c"
     )
     endif()
     string(REPLACE ".c" "_private.h" MODROOT ${BOX64_ROOT})