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