Skip to content

Commit

Permalink
mod: Add Viewer module
Browse files Browse the repository at this point in the history
  • Loading branch information
schuhschuh committed Sep 18, 2018
1 parent ce3d696 commit 570d79b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
[submodule "Packages/Scripting"]
path = Packages/Scripting
url = https://github.com/MIRTK/Scripting.git
[submodule "Packages/Viewer"]
path = Packages/Viewer
url = https://github.com/MIRTK/Viewer.git
2 changes: 2 additions & 0 deletions BasisProject.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ basis_project (
Packages/Mapping
Packages/DrawEM
Packages/Scripting
Packages/Viewer

# --------------------------------------------------------------------------
# list of modules enabled by default
Expand All @@ -93,6 +94,7 @@ basis_project (
Mapping
DrawEM
Scripting
Viewer

# --------------------------------------------------------------------------
# dependencies
Expand Down
1 change: 1 addition & 0 deletions Packages/Viewer
Submodule Viewer added at 3a621e

0 comments on commit 570d79b

Please sign in to comment.