Skip to content

Commit

Permalink
Updated makefiles to also fetch submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
RobTrifiletti committed Mar 18, 2017
1 parent 5696e87 commit 7845b93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmake-debug.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
git submodule update --init --recursive
cmake -DCMAKE_BUILD_TYPE=Debug .
make
1 change: 1 addition & 0 deletions cmake-release.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
git submodule update --init --recursive
cmake -DCMAKE_BUILD_TYPE=RELEASE .
make

0 comments on commit 7845b93

Please sign in to comment.