From: Eduardo Davila Date: Sun, 5 Sep 2010 07:56:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CREATOOLS.2-0-3~63 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=4f1c393422a1cbe6aecb67d2f5c2f8818fb9a8a7;p=creaToolsTools.git *** empty log message *** --- diff --git a/ctest/dashboard/creaBrukerVariables.bat b/ctest/dashboard/creaBrukerVariables.bat new file mode 100644 index 0000000..be04095 --- /dev/null +++ b/ctest/dashboard/creaBrukerVariables.bat @@ -0,0 +1,8 @@ +rem %1 is the binary folder %2 is the binary folder crea %3 is the binaryfolder bbtk +set currentdir=%~dp0 +set currentdir=%currentdir:\=/% + +cd %1 +cmake -D crea_DIR:PATH=%currentdir%%2 -D BUILD_BBTK_PACKAGE_creaImageIO:BOOL=ON -D creaImageIO_DOC:BOOL=ON -D creaBruker_DIR:PATH=%currentdir%%4 -D USE_GDCM:BOOL=ON CMakeCache.txt +cmake -D BBTK_DIR:PATH=%currentdir%%3 CMakeCache.txt +cd .. \ No newline at end of file