diff options
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
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 | ||