Files
igl/.gitmodules
T
2018-02-14 11:30:19 -04:00

34 lines
1.1 KiB
Plaintext

[submodule "external/embree"]
path = external/embree
url = https://github.com/embree/embree.git
[submodule "external/cgal"]
path = external/cgal
url = https://github.com/CGAL/cgal.git
[submodule "external/tetgen"]
path = external/tetgen
url = https://github.com/libigl/tetgen.git
[submodule "external/triangle"]
path = external/triangle
url = https://github.com/libigl/triangle.git
[submodule "external/tinyxml2"]
path = external/tinyxml2
url = https://github.com/leethomason/tinyxml2.git
[submodule "external/CoMISo"]
path = external/CoMISo
url = https://github.com/libigl/CoMISo.git
[submodule "external/cork"]
path = external/cork
url = https://github.com/libigl/cork.git
[submodule "external/imgui"]
path = external/imgui/imgui
url = https://github.com/ocornut/imgui.git
[submodule "external/glfw"]
path = external/glfw
url = https://github.com/glfw/glfw.git
[submodule "external/eigen"]
path = external/eigen
url = https://github.com/eigenteam/eigen-git-mirror.git
[submodule "external/pybind11"]
path = external/pybind11
url = https://github.com/pybind/pybind11