externals: Amend zlib submodule

Supplies CMakeLists.txt file that avoids pulling in zlib's tests into
the tree. This avoids needing to explicitly opt these tests out from
ctest.
This commit is contained in:
Lioncash 2019-10-29 16:42:41 -04:00
parent 9f93ad08a5
commit c2486f77e4
4 changed files with 84 additions and 4 deletions

4
.gitmodules vendored
View file

@ -50,5 +50,5 @@
path = externals/libzip
url = https://github.com/DarkLordZach/libzip
[submodule "zlib"]
path = externals/zlib
url = https://github.com/madler/zlib
path = externals/zlib/zlib
url = https://github.com/madler/zlib.git