]> Creatis software - creaToolsTools.git/blob - ctest/dashboard/creaImageIOVariables.bat
bbtkdir
[creaToolsTools.git] / ctest / dashboard / creaImageIOVariables.bat
1 rem %1 is the binary folder %2 is the binary folder crea %3 is the binaryfolder bbtk
2 set currentdir=%~dp0
3 set currentdir=%currentdir:\=/%
4
5 cd %1
6 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
7 cmake -D BBTK_DIR:PATH=%currentdir%%3 CMakeCache.txt
8 cd ..