X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ctest%2Fdashboard%2FcreaImageIOVariables.bat;h=145cef3564819693d5f34faeca0bf676bc3af5d7;hb=e95400057316f6be2396a05bfcad35f676b5452d;hp=d077209259e8c5d5eba89955f07bdbc81f2751b1;hpb=9cdb3fedbeca78a4c54db8be1fa6b7f089b1854e;p=creaToolsTools.git diff --git a/ctest/dashboard/creaImageIOVariables.bat b/ctest/dashboard/creaImageIOVariables.bat index d077209..145cef3 100644 --- a/ctest/dashboard/creaImageIOVariables.bat +++ b/ctest/dashboard/creaImageIOVariables.bat @@ -1,8 +1,12 @@ -rem %1 is the binary folder %2 is the binary folder crea %3 is the binaryfolder bbtk +rem %1=creabrukersource% %2=docgeneration + set currentdir=%~dp0 set currentdir=%currentdir:\=/% -cd %1 -cmake -D crea_DIR:PATH=%currentdir%%2 -D BUILD_BBTK_PACKAGE_creaImageIO:BOOL=ON -D BBTK_BIN_PATH:PATH=%currentdir%%3 -D creaImageIO_DOC:BOOL=ON -D creaBruker_DIR:PATH=%currentdir%%4 -D USE_GDCM:BOOL=ON CMakeCache.txt +cd %1Bin +cmake -D crea_DIR:PATH=%currentdir%/tmpCreaTools_INSTALL/crea -D BUILD_BBTK_PACKAGE_creaImageIO:BOOL=ON -D creaBruker_DIR:PATH=%currentdir%/tmpCreaTools_INSTALL/creaBruker -D USE_GDCM:BOOL=ON CMakeCache.txt +cmake -D BBTK_DIR:PATH=%currentdir%/tmpCreaTools_INSTALL/bbtk CMakeCache.txt +cmake -D BUILD_DOXYGEN_DOC:BOOL=%2 -D BUILD_BBTK_PACKAGE_creaImageIO_DOXYGEN_DOC:BOOL=%2 CMakeCache.txt cmake CMakeCache.txt + cd .. \ No newline at end of file