Salome HOME
Fix of Bug #39: Lambert93/Geodesic coordinates confusion
[modules/hydro.git] / CMakeLists.txt
index 029935f1e6c55e90f9e4d8d5567a6d3b377153a0..f68683cd2dd229cc8eaaa3f0c43d19bfbce67d8e 100644 (file)
@@ -2,6 +2,10 @@ cmake_minimum_required (VERSION 2.6)
 
 project (HYDRO)
 
+IF(WIN32)
+  ADD_DEFINITIONS(-DWNT)
+ENDIF(WIN32)
+
 SET(KERNEL_ROOT_DIR $ENV{KERNEL_ROOT_DIR} CACHE PATH "Path to the Salome KERNEL")
 IF(EXISTS ${KERNEL_ROOT_DIR})
   INCLUDE(${KERNEL_ROOT_DIR}/salome_adm/cmake_files/FindKERNEL.cmake)
@@ -31,7 +35,7 @@ find_package(SalomeCPPUNIT)
 set(HYDRO_salomeres_DATA share/salome/resources/hydro)
 
 add_subdirectory (src/HYDROData)
-add_subdirectory (src/HYDROOperations)
 add_subdirectory (src/HYDROGUI)
+add_subdirectory (src/HYDROPy)
 
 enable_testing()