mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-27 17:39:34 -06:00
Include missing cmake includes
Otherwise it depends on other externals getting used and including them before. Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
3
Externals/minizip-ng/CMakeLists.txt
vendored
3
Externals/minizip-ng/CMakeLists.txt
vendored
@ -1,5 +1,8 @@
|
||||
project(minizip C)
|
||||
|
||||
include(CheckFunctionExists)
|
||||
include(CheckIncludeFile)
|
||||
|
||||
add_library(minizip STATIC
|
||||
minizip-ng/mz.h
|
||||
# minizip-ng/compat/crypt.h
|
||||
|
Reference in New Issue
Block a user