forked from BabitMF/bmf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
33 lines (33 loc) · 1.22 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
[submodule "3rd_party/glog"]
path = 3rd_party/glog
url = https://github.com/google/glog.git
[submodule "3rd_party/gtest"]
path = 3rd_party/gtest
url = https://github.com/google/googletest.git
[submodule "3rd_party/dlpack"]
path = 3rd_party/dlpack
url = https://github.com/dmlc/dlpack.git
[submodule "3rd_party/json"]
path = 3rd_party/json
url = https://github.com/nlohmann/json.git
[submodule "bmf/hml/third_party/gtest"]
path = bmf/hml/third_party/gtest
url = https://github.com/google/googletest.git
[submodule "bmf/hml/third_party/pybind11"]
path = bmf/hml/third_party/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "bmf/hml/third_party/spdlog"]
path = bmf/hml/third_party/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "bmf/hml/third_party/backward"]
path = bmf/hml/third_party/backward
url = https://github.com/bombela/backward-cpp.git
[submodule "bmf/hml/third_party/benchmark"]
path = bmf/hml/third_party/benchmark
url = https://github.com/google/benchmark.git
[submodule "bmf/hml/third_party/dlpack"]
path = bmf/hml/third_party/dlpack
url = https://github.com/dmlc/dlpack.git
[submodule "bmf/hml/third_party/fmt"]
path = bmf/hml/third_party/fmt
url = https://github.com/fmtlib/fmt.git