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,5 +1,8 @@
|
|||
project(minizip C)
|
||||
|
||||
include(CheckFunctionExists)
|
||||
include(CheckIncludeFile)
|
||||
|
||||
add_library(minizip STATIC
|
||||
minizip-ng/mz.h
|
||||
# minizip-ng/compat/crypt.h
|
||||
|
|
Loading…
Reference in New Issue