X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=6d87ed595efb3993561526451b699b7136fdeb01;hb=6e864f284319c3e57ba99b17384dfa13b853c0bf;hp=a66ea3848dae70be3a5ff192c96f9419920455b5;hpb=d02cf392c2c47232c9301a02365cd25e9f2fe510;p=modules%2Fhydro.git diff --git a/CMakeLists.txt b/CMakeLists.txt index a66ea384..6d87ed59 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -172,6 +172,7 @@ MARK_AS_ADVANCED( # Sources # ======== +ADD_SUBDIRECTORY (src/shapelib) ADD_SUBDIRECTORY (src/HYDROData) ADD_SUBDIRECTORY (src/HYDROGUI) ADD_SUBDIRECTORY (src/HYDROPy) @@ -192,7 +193,7 @@ INCLUDE(CMakePackageConfigHelpers) # List of targets in this project we want to make visible to the rest of the world. # They all have to be INSTALL'd with the option "EXPORT ${PROJECT_NAME}TargetGroup" SET(_${PROJECT_NAME}_exposed_targets - HYDROData HYDROPy + shapelib HYDROData HYDROPy ) IF(SALOME_BUILD_TESTS)