##// END OF EJS Templates
Give executable name to parent to be able to find in in the package cmake file
Give executable name to parent to be able to find in in the package cmake file

File last commit:

r0:5cbbc595e8f3
r49:d3f4b1e4846d
Show More
compiler_msvc.cmake
7 lines | 194 B | text/x-cmake | CMakeLexer
#
# 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)