From 84b0aff35b7a5db1ac521b0f0d8fabf96459abc9 Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Wed, 28 Feb 2024 18:45:51 +0200 Subject: [PATCH] added cryptoopp and zlib-ng modules --- .gitmodules | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.gitmodules b/.gitmodules index 16f4946a..c991bd55 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 \ No newline at end of file