summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorGravatar Weiyi Wang2017-02-13 22:03:55 +0200
committerGravatar Yuri Kunde Schlesner2017-02-13 12:03:55 -0800
commitdbc94efdb5e228544cad3fac5087693cd8dca2e7 (patch)
tree147b5086ac70a29eb064396aeaa1c37f3fd4b8dc /.gitmodules
parentMerge pull request #2561 from wwylele/fs-rom (diff)
downloadyuzu-dbc94efdb5e228544cad3fac5087693cd8dca2e7.tar.gz
yuzu-dbc94efdb5e228544cad3fac5087693cd8dca2e7.tar.xz
yuzu-dbc94efdb5e228544cad3fac5087693cd8dca2e7.zip
Core: add cryptopp library (#2412)
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index dbb1b0dd3..f98725622 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -19,3 +19,6 @@
19[submodule "xbyak"] 19[submodule "xbyak"]
20 path = externals/xbyak 20 path = externals/xbyak
21 url = https://github.com/herumi/xbyak.git 21 url = https://github.com/herumi/xbyak.git
22[submodule "cryptopp"]
23 path = externals/cryptopp/cryptopp
24 url = https://github.com/weidai11/cryptopp.git