Files
windows-user-space-emulator/.gitmodules
2025-05-29 16:08:39 +08:00

27 lines
772 B
Plaintext

[submodule "deps/unicorn"]
path = deps/unicorn
url = https://github.com/momo5502/unicorn.git
shallow = true
branch = a19ae94
[submodule "deps/reflect"]
path = deps/reflect
url = https://github.com/qlibs/reflect.git
shallow = true
[submodule "deps/googletest"]
path = deps/googletest
url = https://github.com/google/googletest.git
[submodule "deps/zlib"]
path = deps/zlib
url = https://github.com/madler/zlib.git
branch = develop
ignore = dirty
[submodule "deps/gtest-parallel"]
path = deps/gtest-parallel
url = https://github.com/google/gtest-parallel.git
[submodule "deps/flatbuffers"]
path = deps/flatbuffers
url = https://github.com/google/flatbuffers.git
[submodule "deps/base64"]
path = deps/base64
url = https://github.com/tobiaslocker/base64.git