forked from c3sr/scope
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
36 lines (36 loc) · 1.27 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
32
33
34
35
36
[submodule "third_party/cutlass"]
path = third_party/cutlass
url = https://github.com/NVIDIA/cutlass
[submodule "third_party/tiny-dnn"]
path = third_party/tiny-dnn
url = https://github.com/tiny-dnn/tiny-dnn
[submodule "third_party/abseil-cpp"]
path = third_party/abseil-cpp
url = https://github.com/abseil/abseil-cpp
[submodule "third_party/cctz"]
path = third_party/cctz
url = https://github.com/google/cctz
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest
[submodule "third_party/cxxopts"]
path = third_party/cxxopts
url = https://github.com/jarro2783/cxxopts
[submodule "third_party/cppitertools"]
path = third_party/cppitertools
url = https://github.com/ryanhaining/cppitertools
[submodule "third_party/leathers"]
path = third_party/leathers
url = https://github.com/ruslo/leathers
[submodule "third_party/yaml-cpp"]
path = third_party/yaml-cpp
url = https://github.com/jbeder/yaml-cpp
[submodule "third_party/backward-cpp"]
path = third_party/backward-cpp
url = https://github.com/bombela/backward-cpp
[submodule "third_party/safeenum"]
path = third_party/safeenum
url = https://github.com/tuxalin/safeenum
[submodule "third_party/transwarp"]
path = third_party/transwarp
url = https://github.com/bloomen/transwarp