-
Notifications
You must be signed in to change notification settings - Fork 148
/
.gitmodules
30 lines (30 loc) · 1.04 KB
/
.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
28
29
30
[submodule "build"]
path = build
url = https://github.com/RudjiGames/build.git
[submodule "src/libs/rbase"]
path = src/libs/rbase
url = https://github.com/RudjiGames/rbase.git
[submodule "src/libs/rmem"]
path = src/libs/rmem
url = https://github.com/RudjiGames/rmem.git
[submodule "src/libs/rqt"]
path = src/libs/rqt
url = https://github.com/RudjiGames/rqt.git
[submodule "src/tools/cmdline/MTunerCmd"]
path = src/tools/cmdline/MTunerCmd
url = https://github.com/RudjiGames/MTunerCmd.git
[submodule "src/tools/cmdline/MTunerInject"]
path = src/tools/cmdline/MTunerInject
url = https://github.com/RudjiGames/MTunerInject.git
[submodule "src/tools/cmdline/MTunerDLL"]
path = src/tools/cmdline/MTunerDLL
url = https://github.com/RudjiGames/MTunerDLL.git
[submodule "src/libs/rdebug"]
path = src/libs/rdebug
url = https://github.com/RudjiGames/rdebug.git
[submodule "3rd/DIA"]
path = 3rd/DIA
url = https://github.com/RudjiGames/DIA.git
[submodule "3rd/unordered_dense"]
path = 3rd/unordered_dense
url = https://github.com/martinus/unordered_dense.git