From 4f1c393422a1cbe6aecb67d2f5c2f8818fb9a8a7 Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Sun, 5 Sep 2010 07:56:20 +0000 Subject: [PATCH] *** empty log message *** --- ctest/dashboard/creaBrukerVariables.bat | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ctest/dashboard/creaBrukerVariables.bat 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 -- 2.45.1