mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-10 16:16:16 +00:00
17 lines
411 B
Plaintext
17 lines
411 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/mini-gdbstub"]
|
|
path = deps/mini-gdbstub
|
|
url = ../mini-gdbstub.git
|
|
shallow = true
|
|
[submodule "deps/googletest"]
|
|
path = deps/googletest
|
|
url = https://github.com/google/googletest.git
|