forked from zpye/SimpleInfer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
27 lines (27 loc) · 919 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
25
26
27
[submodule "3rdparty/abseil-cpp"]
path = 3rdparty/abseil-cpp
url = https://github.com/abseil/abseil-cpp.git
[submodule "3rdparty/CGraph"]
path = 3rdparty/CGraph
url = https://github.com/ChunelFeng/CGraph.git
[submodule "3rdparty/eigen"]
path = 3rdparty/eigen
url = https://gitlab.com/libeigen/eigen.git
[submodule "3rdparty/benchmark"]
path = 3rdparty/benchmark
url = https://github.com/google/benchmark.git
[submodule "3rdparty/tmp"]
path = 3rdparty/tmp
url = https://github.com/zjhellofss/tmp.git
[submodule "3rdparty/Catch2"]
path = 3rdparty/Catch2
url = https://github.com/catchorg/Catch2.git
[submodule "3rdparty/pybind11"]
path = 3rdparty/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "3rdparty/highway"]
path = 3rdparty/highway
url = https://github.com/google/highway.git
[submodule "3rdparty/simpleocv"]
path = 3rdparty/simpleocv
url = https://github.com/zpye/simpleocv.git