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:
parent
6022a51881
commit
147eb12f91
35 changed files with 5 additions and 15779 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue