.gitmodules 850 B

1234567891011121314151617181920212223242526
  1. [submodule "external/nanogui"]
  2. path = external/nanogui
  3. url=https://github.com/libigl/nanogui.git
  4. fetchRecursiveSubmodules = true
  5. ignore = dirty
  6. [submodule "external/embree"]
  7. path = external/embree
  8. url = https://github.com/embree/embree.git
  9. [submodule "external/cgal"]
  10. path = external/cgal
  11. url = https://github.com/CGAL/cgal.git
  12. [submodule "external/tetgen"]
  13. path = external/tetgen
  14. url = https://github.com/libigl/tetgen.git
  15. [submodule "external/triangle"]
  16. path = external/triangle
  17. url = https://github.com/libigl/triangle.git
  18. [submodule "external/tinyxml2"]
  19. path = external/tinyxml2
  20. url = https://github.com/leethomason/tinyxml2.git
  21. [submodule "external/CoMISo"]
  22. path = external/CoMISo
  23. url = https://github.com/libigl/CoMISo.git
  24. [submodule "external/cork"]
  25. path = external/cork
  26. url = https://github.com/libigl/cork.git