mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 10:09:36 -06:00
Merge pull request #7477 from Zexaron/ext-minizip
Externals: Add a stripped down version of minizip
This commit is contained in:
@ -562,6 +562,9 @@ else()
|
||||
add_subdirectory(Externals/zlib)
|
||||
endif()
|
||||
|
||||
add_subdirectory(Externals/minizip)
|
||||
include_directories(External/minizip)
|
||||
|
||||
if(NOT APPLE)
|
||||
check_lib(LZO "(no .pc for lzo2)" lzo2 lzo/lzo1x.h QUIET)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user