2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-06-25 13:51:58 +00:00

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

Submodule thirdparty/libtomcrypt added at 7e7eb695d5

1
thirdparty/libtommath vendored Submodule

Submodule thirdparty/libtommath added at 08549ad6bc

1
thirdparty/zlib vendored Submodule

Submodule thirdparty/zlib added at cacf7f1d4e