]> Creatis software - creaToolsTools.git/blob - Install_ThirdParty/install_thirdparty.bat_TEMPLATE
7f940e7d077008942b7dd8b933ef0319c192d2fb
[creaToolsTools.git] / Install_ThirdParty / install_thirdparty.bat_TEMPLATE
1
2 set thirdpartyGeneration=<directory where you want to generate>
3 set buildType=<debug|release|RelWithDebInfo>
4
5 cd scripts
6 call install_thirdparty_all.bat  %thirdpartyGeneration% %buildType% >> install.log 2>&1
7 cd ..
8