Add submodules for dependencies

This commit is contained in:
Jan 2019-10-21 20:52:25 +02:00
parent 1ef5deb731
commit caa48101c4
4 changed files with 12 additions and 0 deletions

9
.gitmodules vendored Normal file
View File

@ -0,0 +1,9 @@
[submodule "thirdparty/libtomcrypt"]
path = thirdparty/libtomcrypt
url = https://github.com/libtom/libtomcrypt.git
[submodule "thirdparty/libtommath"]
path = thirdparty/libtommath
url = https://github.com/libtom/libtommath
[submodule "thirdparty/zlib"]
path = thirdparty/zlib
url = https://github.com/madler/zlib.git

1
thirdparty/libtomcrypt vendored Submodule

@ -0,0 +1 @@
Subproject commit 7e7eb695d581782f04b24dc444cbfde86af59853

1
thirdparty/libtommath vendored Submodule

@ -0,0 +1 @@
Subproject commit 08549ad6bc8b0cede0b357a9c341c5c6473a9c55

1
thirdparty/zlib vendored Submodule

@ -0,0 +1 @@
Subproject commit cacf7f1d4e3d44d871b605da3b647f07d718623f