]> Creatis software - creaToolsTools.git/blob - Install_ThirdParty/scripts/generateThirdPartyLibExe.bat
DFCH: Important changes in the script
[creaToolsTools.git] / Install_ThirdParty / scripts / generateThirdPartyLibExe.bat
1 @echo off
2
3 set thirdpartyGeneration=%1
4
5 echo Calling move_thirdparty_libraries.bat
6
7 call move_thirdparty_libraries.bat %thirdpartyGeneration% >> generateThirdpartyLibExe.log 2>&1
8
9 echo Calling install_thirdparty_libraries_cmake.bat
10
11 call install_thirdparty_libraries_cmake.bat  %thirdpartyGeneration% >> generateThirdpartyLibExe.log 2>&1
12
13 exit