summaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorGravatar Zach Hilman2019-04-28 18:41:39 -0400
committerGravatar Zach Hilman2019-09-30 17:18:38 -0400
commit84b605901299c9a8ea01d461109580710cabfb48 (patch)
tree213f54db0bf5048f0b1e40913247e0d8b9566861 /externals
parentMerge pull request #2923 from yuzu-emu/revert-2574-dynarmic-jit-nullptr (diff)
downloadyuzu-84b605901299c9a8ea01d461109580710cabfb48.tar.gz
yuzu-84b605901299c9a8ea01d461109580710cabfb48.tar.xz
yuzu-84b605901299c9a8ea01d461109580710cabfb48.zip
externals: Add zlib and libzip libraries to handle ZIP file parsing
Diffstat (limited to 'externals')
-rw-r--r--externals/CMakeLists.txt6
m---------externals/libzip0
m---------externals/zlib0
3 files changed, 6 insertions, 0 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt
index e6fa11a03..d797d9fc9 100644
--- a/externals/CMakeLists.txt
+++ b/externals/CMakeLists.txt
@@ -77,6 +77,12 @@ if (ENABLE_VULKAN)
77 add_subdirectory(sirit) 77 add_subdirectory(sirit)
78endif() 78endif()
79 79
80# libzip
81add_subdirectory(libzip)
82
83# zlib
84add_subdirectory(zlib)
85
80if (ENABLE_WEB_SERVICE) 86if (ENABLE_WEB_SERVICE)
81 # LibreSSL 87 # LibreSSL
82 set(LIBRESSL_SKIP_INSTALL ON CACHE BOOL "") 88 set(LIBRESSL_SKIP_INSTALL ON CACHE BOOL "")
diff --git a/externals/libzip b/externals/libzip
new file mode 160000
Subproject bebbb54c8e691f019415fcb852ef4d53ebbc500
diff --git a/externals/zlib b/externals/zlib
new file mode 160000
Subproject 094ed57db392170130bc710293568de7b576306