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 3da44afbf3
commit 1d99166aca
4 changed files with 84 additions and 4 deletions

View File

@@ -11,5 +11,4 @@ ninja
ccache -s
# Ignore zlib's tests, since they aren't gated behind a CMake option.
ctest -VV -E "(example|example64)" -C Release
ctest -VV -C Release