Replace zlib subdirectory with a Git submodule

This should make it much simpler to update to newer library versions in
the future.
This commit is contained in:
Vadim Zeitlin 2017-11-10 03:45:33 +01:00
parent 6022a51881
commit 147eb12f91
35 changed files with 5 additions and 15779 deletions

4
.gitmodules vendored
View file

@ -1,3 +1,7 @@
[submodule "3rdparty/catch"]
path = 3rdparty/catch
url = https://github.com/wxWidgets/Catch.git
[submodule "src/zlib"]
path = src/zlib
url = https://github.com/wxWidgets/zlib.git
branch = wx