]> Creatis software - creaToolsTools.git/commitdiff
*** empty log message ***
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Sun, 5 Sep 2010 07:56:20 +0000 (07:56 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Sun, 5 Sep 2010 07:56:20 +0000 (07:56 +0000)
ctest/dashboard/creaBrukerVariables.bat [new file with mode: 0644]

diff --git a/ctest/dashboard/creaBrukerVariables.bat b/ctest/dashboard/creaBrukerVariables.bat
new file mode 100644 (file)
index 0000000..be04095
--- /dev/null
@@ -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