mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-12 00:56:16 +00:00
17 lines
427 B
Plaintext
17 lines
427 B
Plaintext
[submodule "deps/unicorn"]
|
|
path = deps/unicorn
|
|
url = ../unicorn.git
|
|
shallow = true
|
|
branch = dev
|
|
[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 |