Separate .gyp files for libs and tests
This commit is contained in:
parent
6a8addb84f
commit
f1eb9a92a3
3 changed files with 139 additions and 61 deletions
|
|
@ -4,6 +4,7 @@ set -e
|
|||
|
||||
git submodule update --init --recursive
|
||||
externals/gyp/gyp project.gyp --depth . --format=make $@
|
||||
externals/gyp/gyp tests.gyp --depth . --format=make $@
|
||||
|
||||
if [ "$1" == "-h" ]; then
|
||||
cat <<-HELP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue