From d03bb608ae3ee52947aa860cf37638c0888a528c Mon Sep 17 00:00:00 2001 From: Joshua Minor Date: Wed, 13 Nov 2024 22:05:27 -0800 Subject: [PATCH] Attempting to fix Windows build --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f4a7feb..1bb2753 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,6 +77,8 @@ set(MZ_OPENSSL OFF) set(MZ_BCRYPT OFF) set(MZ_LIBBSD OFF) set(MZ_ICONV OFF) +set(MZ_ZLIB ON) +set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON) add_subdirectory("libs/minizip-ng") if(NOT EMSCRIPTEN)