-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitmodules
24 lines (24 loc) · 927 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
[submodule "vendor/google/googletest"]
path = vendor/google/googletest
url = https://github.com/google/googletest.git
[submodule "vendor/google/benchmark"]
path = vendor/google/benchmark
url = https://github.com/google/benchmark.git
[submodule "vendor/jtilly/inih"]
path = vendor/jtilly/inih
url = https://github.com/jtilly/inih.git
[submodule "vendor/leethomason/tinyxml2"]
path = vendor/leethomason/tinyxml2
url = https://github.com/leethomason/tinyxml2.git
[submodule "vendor/HowardHinnant/date"]
path = vendor/HowardHinnant/date
url = https://github.com/HowardHinnant/date.git
[submodule "vendor/greg7mdp/sparsepp"]
path = vendor/greg7mdp/sparsepp
url = https://github.com/greg7mdp/sparsepp.git
[submodule "vendor/gabime/spdlog"]
path = vendor/gabime/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "vendor/muellan/clipp"]
path = vendor/muellan/clipp
url = https://github.com/muellan/clipp.git