]> Creatis software - creaToolsTools.git/blob - Install_ThirdParty/move_thirdparty_libraries.bat_TEMPLATE
b01123f9aeae1923deb673e2b33d4c15e8d873a8
[creaToolsTools.git] / Install_ThirdParty / move_thirdparty_libraries.bat_TEMPLATE
1
2 set thirdpartyGeneration=<directory where the generation was made>
3
4 cd scripts
5 call move_thirdparty_libraries.bat %thirdpartyGeneration% >> move_thirdparty_libraries.log 2>&1
6 cd ..