Salome HOME
Merge remote-tracking branch 'origin/BR_LAND_COVER' into BR_v14_rc
[modules/hydro.git] / src / HYDROData / CMakeLists.txt
index 2476f552d25ecd94120b08492090a9fbb4acead5..05da2c6777b6dff5eb2f439443a69334e3d488c7 100644 (file)
@@ -27,6 +27,7 @@ set(PROJECT_HEADERS
     HYDROData_ObstacleAltitude.h
     HYDROData_OperationsFactory.h
     HYDROData_Pipes.h
+    HYDROData_PolylineOperator.h
     HYDROData_PolylineXY.h
     HYDROData_Polyline3D.h
     HYDROData_PriorityQueue.h
@@ -52,6 +53,7 @@ set(PROJECT_HEADERS
     HYDROData_IProfilesInterpolator.h
     HYDROData_LinearInterpolator.h
     HYDROData_InterpolatorsFactory.h
+    HYDROData_SinusX.h
     shapelib/shapefil.h
 )
 
@@ -81,6 +83,7 @@ set(PROJECT_SOURCES
     HYDROData_ObstacleAltitude.cxx
     HYDROData_OperationsFactory.cxx
     HYDROData_Pipes.cxx
+    HYDROData_PolylineOperator.cxx
     HYDROData_PolylineXY.cxx
     HYDROData_Polyline3D.cxx
     HYDROData_PriorityQueue.cxx
@@ -105,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
@@ -133,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)