mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 15:01:16 +01: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:
parent
93617e96c3
commit
f379cb454e
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/mz_compat.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user