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:
Alfred Wingate 2024-08-09 09:11:21 +03:00
parent 93617e96c3
commit f379cb454e
No known key found for this signature in database
GPG Key ID: A12750536B5E7010

View File

@ -1,5 +1,8 @@
project(minizip C)
include(CheckFunctionExists)
include(CheckIncludeFile)
add_library(minizip STATIC
minizip-ng/mz.h
minizip-ng/mz_compat.c