t5-gsc-utils/.gitmodules
Federico Cecchetto cdd2c51568 Initial commit
2022-06-09 23:40:58 +02:00

31 lines
840 B
Plaintext

[submodule "minhook"]
path = minhook
url = https://github.com/TsudaKageyu/minhook.git
[submodule "GSL"]
path = GSL
url = https://github.com/microsoft/GSL.git
[submodule "zlib"]
path = zlib
url = https://github.com/madler/zlib.git
[submodule "asmjit"]
path = asmjit
url = https://github.com/asmjit/asmjit.git
[submodule "deps/asmjit"]
path = deps/asmjit
url = https://github.com/asmjit/asmjit.git
[submodule "deps/json"]
path = deps/json
url = https://github.com/nlohmann/json.git
[submodule "deps/zlib"]
path = deps/zlib
url = https://github.com/madler/zlib.git
[submodule "deps/GSL"]
path = deps/GSL
url = https://github.com/microsoft/GSL.git
[submodule "deps/minhook"]
path = deps/minhook
url = https://github.com/TsudaKageyu/minhook.git
[submodule "deps/curl"]
path = deps/curl
url = https://github.com/curl/curl.git