Skip to content

Commit

Permalink
mod: Add Git submodules to third-party/external modules and documenta…
Browse files Browse the repository at this point in the history
…tion sources
  • Loading branch information
schuhschuh committed Jan 11, 2016
1 parent 555dad9 commit c4bf0f3
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[submodule "Documentation"]
path = Documentation
url = https://github.com/MIRTK/documentation.git
[submodule "ThirdParty/Boost"]
path = ThirdParty/Boost
url = https://github.com/MIRTK/Boost.git
[submodule "ThirdParty/Eigen"]
path = ThirdParty/Eigen
url = https://github.com/MIRTK/Eigen.git
[submodule "Packages/Deformable"]
path = Packages/Deformable
url = https://github.com/MIRTK/Deformable.git
[submodule "Packages/VolumetricMapping"]
path = Packages/VolumetricMapping
url = https://github.com/MIRTK/VolumetricMapping.git
1 change: 1 addition & 0 deletions Documentation
Submodule Documentation added at 61d4c8
1 change: 1 addition & 0 deletions Packages/Deformable
Submodule Deformable added at e5ec74
1 change: 1 addition & 0 deletions Packages/VolumetricMapping
Submodule VolumetricMapping added at 60df13
1 change: 1 addition & 0 deletions ThirdParty/Boost
Submodule Boost added at 2f1d8b
1 change: 1 addition & 0 deletions ThirdParty/Eigen
Submodule Eigen added at 0c1d46

0 comments on commit c4bf0f3

Please sign in to comment.