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 "")

1
externals/libzip vendored Submodule

@ -0,0 +1 @@
Subproject commit bebbb54c8e691f019415fcb852ef4d53ebbc5000

1
externals/zlib vendored Submodule

@ -0,0 +1 @@
Subproject commit 094ed57db392170130bc710293568de7b576306d