Files
dolphin/Externals/minizip-ng/CMakeLists.txt
T
Joshua Vandaële 025ff87a27 Use minizip-ng's CMakeLists instead of relying on our own implementation
This is a carry over from back when we used `minizip` and had our own CMakeLists for it.
2025-11-27 00:18:31 +01:00

10 lines
219 B
CMake

set(MZ_COMPAT OFF)
set(MZ_BUILD_TESTS OFF)
set(MZ_BUILD_UNIT_TESTS OFF)
set(MZ_BUILD_FUZZ_TESTS OFF)
set(MZ_CODE_COVERAGE OFF)
set(SKIP_INSTALL_ALL ON)
add_subdirectory(minizip-ng)
dolphin_disable_warnings(minizip-ng)