-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 812 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule "3rdparty/xbyak"]
path = 3rdparty/xbyak
url = https://github.com/herumi/xbyak.git
[submodule "3rdparty/argparse"]
path = 3rdparty/argparse
url = https://github.com/p-ranav/argparse.git
[submodule "3rdparty/fmt"]
path = 3rdparty/fmt
url = https://github.com/fmtlib/fmt
[submodule "3rdparty/websocketpp"]
path = 3rdparty/websocketpp
url = https://github.com/zaphoyd/websocketpp.git
[submodule "3rdparty/asio"]
path = 3rdparty/asio
url = https://github.com/chriskohlhoff/asio.git
[submodule "3rdparty/YRpp"]
path = 3rdparty/YRpp
url = https://github.com/shmocz/YRpp.git
[submodule "3rdparty/protobuf"]
path = 3rdparty/protobuf
url = https://github.com/shmocz/protobuf.git
[submodule "src/protocol/ra2yrproto"]
path = src/protocol/ra2yrproto
url = https://github.com/shmocz/ra2yrproto.git