about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-11-29 19:14:17 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-11-29 19:14:17 +0100
commit2777bc142fd401139ce563946e8a649dc5ba35d0 (patch)
treed195dfabe3b03b11a1f58c977d5ba7c1c074eba1
parentc73545e25b3f16abd361926372ed6112e0c2bcf8 (diff)
downloadbox64-2777bc142fd401139ce563946e8a649dc5ba35d0.tar.gz
box64-2777bc142fd401139ce563946e8a649dc5ba35d0.zip
Forgot this file on previous commit
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ae22aac0..e2199a2e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -799,6 +799,7 @@ if(BOX32)
         "${BOX64_ROOT}/src/wrapped32/wrappedlibm.c"
         "${BOX64_ROOT}/src/wrapped32/wrappedlibpthread.c"
         "${BOX64_ROOT}/src/wrapped32/wrappedlibrt.c"
+        "${BOX64_ROOT}/src/wrapped32/wrappedlibresolv.c"
         "${BOX64_ROOT}/src/wrapped32/wrappedcrashhandler.c"
         "${BOX64_ROOT}/src/wrapped32/wrappedlibgl.c"
         "${BOX64_ROOT}/src/wrapped32/wrappedlibglu.c"