X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=f68683cd2dd229cc8eaaa3f0c43d19bfbce67d8e;hb=51d1512384795766facfea3b97b47f4cc9266e4a;hp=7dd75c5520840079221fd2a2a81db860cd5f3838;hpb=df4b53b331bde1dc61e040d12f180009b5ecc468;p=modules%2Fhydro.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 7dd75c55..f68683cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,9 +2,9 @@ cmake_minimum_required (VERSION 2.6) project (HYDRO) -IF(WINDOWS) +IF(WIN32) ADD_DEFINITIONS(-DWNT) -ENDIF(WINDOWS) +ENDIF(WIN32) SET(KERNEL_ROOT_DIR $ENV{KERNEL_ROOT_DIR} CACHE PATH "Path to the Salome KERNEL") IF(EXISTS ${KERNEL_ROOT_DIR}) @@ -35,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()