]> Creatis software - creaToolsTools.git/blob - Install_ThirdParty/install_thirdparty.bat_TEMPLATE
*** empty log message ***
[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% 
7 cd ..
8