From: ageay Date: Fri, 5 Jul 2013 15:26:20 +0000 (+0000) Subject: windows porting X-Git-Tag: V7_3_1b1~365 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2bb44107f8cf5f9bc0535416c71312266934ae6d;p=tools%2Fmedcoupling.git windows porting --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 86383a3ef..25fad4e81 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -177,6 +177,9 @@ INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/MED_version.h DESTINATION ${SALOME_INS # Sources # ======== +IF(WIN32) + ADD_DEFINITIONS("-D_USE_MATH_DEFINES") +ENDIF(WIN32) ADD_SUBDIRECTORY(src) ADD_SUBDIRECTORY(bin)