diff options
author | Zach Hilman <zachhilman@gmail.com> | 2019-04-28 18:41:39 -0400 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2019-09-30 17:18:38 -0400 |
commit | 84b605901299c9a8ea01d461109580710cabfb48 (patch) | |
tree | 213f54db0bf5048f0b1e40913247e0d8b9566861 /.gitmodules | |
parent | e11afeb34d7b4493a94c18fd7960df97b7d95156 (diff) |
externals: Add zlib and libzip libraries to handle ZIP file parsing
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 3a49c4874..f3051cca0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -46,3 +46,9 @@ [submodule "sirit"] path = externals/sirit url = https://github.com/ReinUsesLisp/sirit +[submodule "libzip"] + path = externals/libzip + url = https://github.com/DarkLordZach/libzip +[submodule "zlib"] + path = externals/zlib + url = https://github.com/DarkLordZach/zlib |