forked from PyMesh/PyMesh
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
83 lines (83 loc) · 2.47 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
[submodule "third_party/carve"]
path = third_party/carve
url = https://github.com/PyMesh/carve.git
shallow = true
[submodule "third_party/cork"]
path = third_party/cork
url = [email protected]:Cascades/cork.git
shallow = true
[submodule "third_party/tetgen"]
path = third_party/tetgen
url = https://github.com/PyMesh/tetgen.git
shallow = true
[submodule "third_party/triangle"]
path = third_party/triangle
url = https://github.com/PyMesh/triangle.git
shallow = true
[submodule "third_party/qhull"]
path = third_party/qhull
url = https://github.com/PyMesh/qhull.git
shallow = true
[submodule "third_party/Clipper"]
path = third_party/Clipper
url = https://github.com/PyMesh/Clipper.git
shallow = true
[submodule "third_party/eigen"]
path = third_party/eigen
url = https://github.com/PyMesh/eigen.git
shallow = true
[submodule "third_party/quartet"]
path = third_party/quartet
url = https://github.com/PyMesh/quartet.git
shallow = false
[submodule "third_party/cgal"]
path = third_party/cgal
url = https://github.com/PyMesh/cgal.git
shallow = false
[submodule "third_party/pybind11"]
path = third_party/pybind11
url = https://github.com/PyMesh/pybind11.git
shallow = true
[submodule "third_party/mmg"]
path = third_party/mmg
url = https://github.com/PyMesh/mmg.git
shallow = true
[submodule "third_party/geogram"]
path = third_party/geogram
url = https://github.com/PyMesh/geogram.git
shallow = true
[submodule "third_party/draco"]
path = third_party/draco
url = https://github.com/PyMesh/draco.git
shallow = true
[submodule "third_party/TetWild"]
path = third_party/TetWild
url = https://github.com/PyMesh/TetWild.git
shallow = true
[submodule "third_party/WindingNumber"]
path = third_party/WindingNumber
url = https://github.com/PyMesh/WindingNumber.git
shallow = true
[submodule "third_party/tbb"]
path = third_party/tbb
url = https://github.com/PyMesh/tbb.git
shallow = true
[submodule "libigl"]
path = third_party/libigl
url = https://github.com/PyMesh/libigl.git
shallow = true
[submodule "third_party/jigsaw"]
path = third_party/jigsaw
url = https://github.com/PyMesh/jigsaw.git
[submodule "third_party/spdlog"]
path = third_party/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "third_party/fmt"]
path = third_party/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "third_party/json"]
path = third_party/json
url = https://github.com/nlohmann/json.git
[submodule "third_party/mpir"]
path = third_party/mpir
url = [email protected]:Cascades/mpir.git