##// END OF EJS Templates
Add the cmake to permits to do cpack to get a standalone installer on Windows....
Add the cmake to permits to do cpack to get a standalone installer on Windows. This one use NSIS and windeployqt. To get the installer please do : cmake, make, cmake cpack. The second cmake is necessary because windeployqt needs the exe file that exists only at the end of the make process

File last commit:

r0:5cbbc595e8f3
r51:a93b95151285
Show More
compiler_msvc.cmake
7 lines | 194 B | text/x-cmake | CMakeLexer
/ cmake / compiler / compiler_msvc.cmake
Initialisation de l'archi cmake
r0 #
# compiler_msvc.cmake : specific configuration for MSVC compilers
#
ADD_DEFINITIONS( /D _USE_MATH_DEFINES)
ADD_DEFINITIONS( /D _VARIADIC_MAX=10 )
ADD_DEFINITIONS( /D _CRT_SECURE_NO_WARNINGS)