This is a carry over from back when we used `minizip` and had our own CMakeLists for it.
10 lines
219 B
CMake
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)
|