added cryptoopp and zlib-ng modules

This commit is contained in:
georgemoralis 2024-02-28 18:45:51 +02:00
parent 47e2619b51
commit 84b0aff35b
1 changed files with 18 additions and 0 deletions

18
.gitmodules vendored
View File

@ -37,3 +37,21 @@
path = externals/discord-rpc
url = https://github.com/shadps4-emu/ext-discord-rpc.git
branch = master
[submodule "externals/cryptopp-cmake"]
path = externals/cryptopp-cmake
url = https://github.com/shadps4-emu/ext-cryptopp-cmake.git
branch = master
[submodule "externals/cryptopp"]
path = externals/cryptopp
url = https://github.com/shadps4-emu/ext-cryptopp.git
branch = master
[submodule "externals/cryptoppwin"]
path = externals/cryptoppwin
url = https://github.com/shadps4-emu/ext-cryptoppwin.git
branch = main
[submodule "externals/zlib-ng"]
path = externals/zlib-ng
url = https://github.com/shadps4-emu/ext-zlib-ng.git
[submodule "externals/zlib-ng-win"]
path = externals/zlib-ng-win
url = https://github.com/shadps4-emu/ext-zlib-ng-win.git