forked from water-works/mupen64plus-netplay
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
27 lines (27 loc) · 823 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[submodule "mupen64plus-core"]
path = mupen64plus-core
url = https://github.com/water-works/mupen64plus-core
ignore = dirty
[submodule "googletest"]
path = third-party/googletest
url = https://github.com/google/googletest
ignore = dirty
[submodule "grpc"]
path = third-party/grpc
url = https://github.com/grpc/grpc
ignore = dirty
[submodule "mupen64plus-ui-console"]
path = mupen64plus-ui-console
url = https://github.com/water-works/mupen64plus-ui-console
ignore = dirty
[submodule "glog"]
path = third-party/glog
url = https://github.com/google/glog
ignore = dirty
[submodule "gflags"]
path = third-party/gflags
url = https://github.com/gflags/gflags
ignore = dirty
[submodule "netplay/base/netplay-protos"]
path = netplay/base/netplay-protos
url = https://github.com/water-works/netplay-protos