X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FCMakeLists.txt;h=05da2c6777b6dff5eb2f439443a69334e3d488c7;hb=55fe0d2de7e15a256965d71280dc61fd58863d7e;hp=a54633a64927f108fdf037e234d9e568b69098da;hpb=deff0cc196a4223cf478e3098468821d0f173641;p=modules%2Fhydro.git diff --git a/src/HYDROData/CMakeLists.txt b/src/HYDROData/CMakeLists.txt index a54633a6..05da2c67 100644 --- a/src/HYDROData/CMakeLists.txt +++ b/src/HYDROData/CMakeLists.txt @@ -53,6 +53,7 @@ set(PROJECT_HEADERS HYDROData_IProfilesInterpolator.h HYDROData_LinearInterpolator.h HYDROData_InterpolatorsFactory.h + HYDROData_SinusX.h shapelib/shapefil.h ) @@ -107,6 +108,7 @@ set(PROJECT_SOURCES HYDROData_IProfilesInterpolator.cxx HYDROData_LinearInterpolator.cxx HYDROData_InterpolatorsFactory.cxx + HYDROData_SinusX.cxx shapelib/dbfopen.c shapelib/safileio.c shapelib/shpopen.c @@ -135,7 +137,7 @@ include_directories( add_library(HYDROData SHARED ${PROJECT_SOURCES} ${PROJECT_HEADERS}) target_link_libraries(HYDROData ${GEOM_GEOMUtils} ${CAS_OCAF} ${CAS_OCAFVIS} ${CAS_TKG3d} ${CAS_TKGeomBase} ${CAS_TKGeomAlgo} ${CAS_TKBrep} ${CAS_TKIGES} ${CAS_TKSTEP} ${CAS_TKTopAlgo} ${CAS_TKBO} ${CAS_TKBool} ${CAS_TKOffset} - ${QT_LIBRARIES} ${GUI_ImageComposer} ${CAS_TKHLR} ${GEOM_GEOM} ${GEOM_GEOMBase} ) + ${QT_LIBRARIES} ${GUI_ImageComposer} ${CAS_TKHLR} ${GEOM_GEOM} ${GEOM_GEOMBase} ${GEOM_CurveCreator} ) INSTALL(TARGETS HYDROData EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_LIBS}) set(PROJECT_LIBRARIES HYDROData)