forked from isl-org/Open3D
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
45 lines (45 loc) · 1.55 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 "3rdparty/pybind11"]
path = 3rdparty/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "3rdparty/eigen-git-mirror"]
path = 3rdparty/Eigen
url = https://gitlab.com/libeigen/eigen.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/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/tinygltf
url = https://github.com/syoyo/tinygltf.git
[submodule "3rdparty/PoissonRecon/Open3D-PoissonRecon"]
path = 3rdparty/PoissonRecon/PoissonRecon
url = https://github.com/intel-isl/Open3D-PoissonRecon.git
[submodule "3rdparty/parallelstl"]
path = 3rdparty/parallelstl
url = https://github.com/oneapi-src/oneDPL
[submodule "3rdparty/cub"]
path = 3rdparty/cub
url = https://github.com/NVlabs/cub
[submodule "3rdparty/cutlass"]
path = 3rdparty/cutlass
url = https://github.com/NVIDIA/cutlass
[submodule "3rdparty/imgui"]
path = 3rdparty/imgui
url = https://github.com/ocornut/imgui.git
[submodule "3rdparty/benchmark"]
path = 3rdparty/benchmark
url = https://github.com/google/benchmark.git