Should fix iOS build

This commit is contained in:
xawotihs
2016-06-04 21:44:35 +02:00
parent c3fc579907
commit 8f69e2a204
11 changed files with 153 additions and 24 deletions

View File

@@ -2,9 +2,10 @@
SET(SOURCE
ioapi.c
miniunz.c
zip.c
unzip.c)
SET(UNZIP_SRC ${SOURCE} PARENT_SCOPE)
include_directories(${ZLIB_INCLUDE_DIRS} ${EXTRA_INCLUDES})
add_library(unzip ${SOURCE})