diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 1806e83c..c4cfc0a1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,3 +6,6 @@ path = thirdparty/minhook url = https://github.com/TsudaKageyu/minhook ignore = untracked +[submodule "thirdparty/minizip"] + path = thirdparty/minizip + url = https://github.com/zlib-ng/minizip-ng.git |