Skip to content

Commit

Permalink
[submodule] add submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
n-taka committed Nov 30, 2018
1 parent ef97187 commit e8d842b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[submodule "submodule/eigen"]
path = submodule/eigen
url = https://github.com/eigenteam/eigen-git-mirror.git
[submodule "submodule/libigl"]
path = submodule/libigl
url = https://github.com/n-taka/libigl.git
[submodule "submodule/boost"]
path = submodule/boost
url = https://github.com/boostorg/boost.git
[submodule "submodule/cgal"]
path = submodule/cgal
url = https://github.com/CGAL/cgal.git
1 change: 1 addition & 0 deletions submodule/boost
Submodule boost added at 136e30
1 change: 1 addition & 0 deletions submodule/cgal
Submodule cgal added at b02d17
1 change: 1 addition & 0 deletions submodule/eigen
Submodule eigen added at d1a2cf
1 change: 1 addition & 0 deletions submodule/libigl
Submodule libigl added at ed363d

0 comments on commit e8d842b

Please sign in to comment.