externals: Add zlib and libzip libraries to handle ZIP file parsing

This commit is contained in:
Zach Hilman 2019-04-28 18:41:39 -04:00
parent a770725b5b
commit fc2c7ba73f
4 changed files with 14 additions and 0 deletions

View file

@ -77,6 +77,12 @@ if (ENABLE_VULKAN)
add_subdirectory(sirit)
endif()
# libzip
add_subdirectory(libzip)
# zlib
add_subdirectory(zlib)
if (ENABLE_WEB_SERVICE)
# LibreSSL
set(LIBRESSL_SKIP_INSTALL ON CACHE BOOL "")