mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00: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
1 changed files with 3 additions and 0 deletions
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…
Add table
Reference in a new issue