From 84b0aff35b7a5db1ac521b0f0d8fabf96459abc9 Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Wed, 28 Feb 2024 18:45:51 +0200 Subject: [PATCH 1/2] added cryptoopp and zlib-ng modules --- .gitmodules | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.gitmodules b/.gitmodules index 16f4946ae..c991bd55a 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 From 99d013f612faacc3c679b421b327cf2e62b3e915 Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Wed, 28 Feb 2024 19:01:34 +0200 Subject: [PATCH 2/2] initialaze submodules properly --- .gitmodules | 2 +- externals/cryptopp | 1 + externals/cryptopp-cmake | 1 + externals/cryptoppwin | 1 + externals/zlib-ng | 1 + externals/zlib-ng-win | 1 + 6 files changed, 6 insertions(+), 1 deletion(-) create mode 160000 externals/cryptopp create mode 160000 externals/cryptopp-cmake create mode 160000 externals/cryptoppwin create mode 160000 externals/zlib-ng create mode 160000 externals/zlib-ng-win diff --git a/.gitmodules b/.gitmodules index c991bd55a..e15f953e2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -54,4 +54,4 @@ 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 + url = https://github.com/shadps4-emu/ext-zlib-ng-win.git diff --git a/externals/cryptopp b/externals/cryptopp new file mode 160000 index 000000000..782057f5f --- /dev/null +++ b/externals/cryptopp @@ -0,0 +1 @@ +Subproject commit 782057f5f18fbdad2bd2b291fb1ec558a8ab8225 diff --git a/externals/cryptopp-cmake b/externals/cryptopp-cmake new file mode 160000 index 000000000..a99c80c26 --- /dev/null +++ b/externals/cryptopp-cmake @@ -0,0 +1 @@ +Subproject commit a99c80c26686e44eddf0432140ae397f3efbd0b3 diff --git a/externals/cryptoppwin b/externals/cryptoppwin new file mode 160000 index 000000000..0dd224c68 --- /dev/null +++ b/externals/cryptoppwin @@ -0,0 +1 @@ +Subproject commit 0dd224c6812cd038e9f4691d2f869dd57b547ff1 diff --git a/externals/zlib-ng b/externals/zlib-ng new file mode 160000 index 000000000..3ac71d9e2 --- /dev/null +++ b/externals/zlib-ng @@ -0,0 +1 @@ +Subproject commit 3ac71d9e2f860ac3634b43a99892255eb39179cf diff --git a/externals/zlib-ng-win b/externals/zlib-ng-win new file mode 160000 index 000000000..6ad2df3e3 --- /dev/null +++ b/externals/zlib-ng-win @@ -0,0 +1 @@ +Subproject commit 6ad2df3e3c2e58c009f70936a8c510b939bca1d9