externals: Bundle cryptopp as submodule. (#6272)

fix https://github.com/citra-emu/citra/issues/6271
This commit is contained in:
Steveice10 2023-02-02 07:26:21 -08:00 committed by GitHub
parent 3d3dd2d162
commit 3a6a17c708
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View file

@ -58,3 +58,6 @@
[submodule "cryptopp-cmake"]
path = externals/cryptopp-cmake
url = https://github.com/abdes/cryptopp-cmake.git
[submodule "cryptopp"]
path = externals/cryptopp
url = https://github.com/weidai11/cryptopp.git