-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
30 lines (30 loc) · 1.05 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
[submodule "3rdparty/pybind11"]
path = 3rdparty/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "3rdparty/Eigen"]
path = 3rdparty/Eigen
url = https://github.com/eigenteam/eigen-git-mirror.git
[submodule "3rdparty/qhull"]
path = 3rdparty/qhull
url = https://github.com/qhull/qhull.git
branch = master
[submodule "3rdparty/googletest"]
path = 3rdparty/googletest
url = https://github.com/google/googletest.git
branch = master
[submodule "3rdparty/tinyobjloader"]
path = 3rdparty/tinyobjloader
url = https://github.com/syoyo/tinyobjloader.git
branch = master
[submodule "3rdparty/open3d_sphinx_theme"]
path = 3rdparty/open3d_sphinx_theme
url = https://github.com/intel-isl/open3d_sphinx_theme.git
[submodule "3rdparty/fmt"]
path = 3rdparty/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "3rdparty/tinygltf"]
path = 3rdparty/tinygltf
url = https://github.com/syoyo/tinygltf.git
[submodule "3rdparty/libjpeg-turbo/libjpeg-turbo"]
path = 3rdparty/libjpeg-turbo/libjpeg-turbo
url = https://github.com/libjpeg-turbo/libjpeg-turbo.git