-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
45 lines (45 loc) · 1.82 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
37
38
39
40
41
42
43
44
45
[submodule "third_party/eigen"]
path = third_party/eigen
url = https://github.com/RLovelett/eigen.git
[submodule "third_party/repos/eigen"]
path = third_party/repos/eigen
url = https://github.com/RLovelett/eigen.git
[submodule "third_party/repos/c-blosc"]
path = third_party/repos/c-blosc
url = https://github.com/Blosc/c-blosc.git
[submodule "third_party/repos/googletest"]
path = third_party/repos/googletest
url = https://github.com/google/googletest
[submodule "third_party/repos/protobuf"]
path = third_party/repos/protobuf
url = https://github.com/google/protobuf.git
[submodule "third_party/repos/cpp-lru-cache"]
path = third_party/repos/cpp-lru-cache
url = https://github.com/lamerman/cpp-lru-cache.git
[submodule "third_party/repos/cpp_gsl"]
path = third_party/repos/cpp_gsl
url = https://github.com/Microsoft/GSL.git
[submodule "third_party/repos/assimp"]
path = third_party/repos/assimp
url = https://github.com/assimp/assimp.git
[submodule "third_party/repos/opencv"]
path = third_party/repos/opencv
url = https://github.com/opencv/opencv.git
[submodule "third_party/repos/tensorflow"]
path = third_party/repos/tensorflow
url = https://github.com/tensorflow/tensorflow.git
[submodule "third_party/repos/glog"]
path = third_party/repos/glog
url = https://github.com/google/glog.git
[submodule "third_party/repos/gflags"]
path = third_party/repos/gflags
url = https://github.com/gflags/gflags.git
[submodule "third_party/repos/concurrentqueue"]
path = third_party/repos/concurrentqueue
url = https://github.com/cameron314/concurrentqueue.git
[submodule "third_party/repos/sqlite_modern_cpp"]
path = third_party/repos/sqlite_modern_cpp
url = https://github.com/aminroosta/sqlite_modern_cpp.git
[submodule "third_party/repos/nlohmann_json"]
path = third_party/repos/nlohmann_json
url = https://github.com/nlohmann/json.git