mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 23:08:05 -05:00
Add submodules for dependencies
This commit is contained in:
9
.gitmodules
vendored
Normal file
9
.gitmodules
vendored
Normal 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
|
Reference in New Issue
Block a user