about summary refs log tree commit diff stats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-10-06 15:16:57 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-10-06 15:16:57 +0200
commit8965d9bd7041492ebeece6c8884d0fa37ed4cd8d (patch)
tree8d6daa7c5c95102d44e8b036f156589bdf8c8c52 /CMakeLists.txt
parent37fe9bad6d73571735ffa329a91adf113b93acc4 (diff)
downloadbox64-8965d9bd7041492ebeece6c8884d0fa37ed4cd8d.tar.gz
box64-8965d9bd7041492ebeece6c8884d0fa37ed4cd8d.zip
[BOX32][WRAPPER] Added 32bits libuuid (with new wrapperhelper)
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 9b90b4b0..4e976076 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -806,6 +806,7 @@ if(BOX32)
         "${BOX64_ROOT}/src/wrapped32/wrappedexpat.c"
         "${BOX64_ROOT}/src/wrapped32/wrappedudev0.c"
         "${BOX64_ROOT}/src/wrapped32/wrappedudev1.c"
+        "${BOX64_ROOT}/src/wrapped32/wrappedlibuuid.c"
         "${BOX64_ROOT}/src/wrapped32/wrappedtcmallocminimal.c"
     )
     endif()