You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
306 B
15 lines
306 B
2 years ago
|
#
|
||
|
# Set TRIBITS_DIR in the env then call this!
|
||
|
#
|
||
|
|
||
|
TRIBITS_DIR_ABS=$(readlink -f $TRIBITS_DIR)
|
||
|
|
||
|
EXTRA_ARGS=$@
|
||
|
cmake \
|
||
|
-DTribitsExProj_TRIBITS_DIR=$TRIBITS_DIR_ABS \
|
||
|
-DTribitsExProj_ENABLE_TESTS=ON \
|
||
|
$EXTRA_ARGS \
|
||
|
$TRIBITS_DIR_ABS/doc/examples/TribitsExampleProject
|
||
|
|
||
|
# -DCTEST_DROP_SITE=testing.sandia.gov \
|