mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-05 00:56:13 +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
0ce929220d
commit
5cfe3760a5
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/compat/crypt.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue