forked from fmoessbauer/drace
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitmodules
31 lines (31 loc) · 1.17 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
31
[submodule "vendor/google/googletest"]
path = vendor/google/googletest
url = https://github.com/google/googletest.git
branch = master
[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
[submodule "vendor/nlohmann/json"]
path = vendor/nlohmann/json
url = https://github.com/nlohmann/json.git
[submodule "vendor/greg7mdp/parallel-hashmap"]
path = vendor/greg7mdp/parallel-hashmap
url = https://github.com/greg7mdp/parallel-hashmap.git