1 #include(../../CMake/Common.cmake)
6 HYDROData_AltitudeObject.h
7 HYDROData_Application.h
8 HYDROData_ArtificialObject.h
10 HYDROData_BSplineOperation.h
11 HYDROData_CalculationCase.h
13 HYDROData_Confluence.h
16 HYDROData_DummyObject3D.h
18 HYDROData_IAltitudeObject.h
19 HYDROData_IInterpolator.h
21 HYDROData_ImmersibleZone.h
25 HYDROData_NaturalObject.h
28 HYDROData_ObstacleAltitude.h
29 HYDROData_OperationsFactory.h
31 HYDROData_PolylineXY.h
32 HYDROData_Polyline3D.h
33 HYDROData_PriorityQueue.h
36 HYDROData_Projection.h
39 HYDROData_ShapesGroup.h
40 HYDROData_ShapesTool.h
41 HYDROData_SplittedShapesGroup.h
42 HYDROData_SplitToZonesTool.h
44 HYDROData_StreamAltitude.h
47 HYDROData_VisualState.h
51 HYDROData_Quadtree.hxx
52 HYDROData_QuadtreeNode.hxx
54 HYDROData_OctreeNode.hxx
56 HYDROData_IProfilesInterpolator.h
57 HYDROData_LinearInterpolator.h
58 HYDROData_InterpolatorsFactory.h
62 HYDROData_AltitudeObject.cxx
63 HYDROData_Application.cxx
64 HYDROData_ArtificialObject.cxx
65 HYDROData_Bathymetry.cxx
66 HYDROData_BSplineOperation.cxx
67 HYDROData_CalculationCase.cxx
69 HYDROData_Confluence.cxx
71 HYDROData_Document.cxx
72 HYDROData_DummyObject3D.cxx
74 HYDROData_IAltitudeObject.cxx
75 HYDROData_IInterpolator.cxx
77 HYDROData_ImmersibleZone.cxx
78 HYDROData_IPolyline.cxx
79 HYDROData_Iterator.cxx
80 HYDROData_Lambert93.cxx
81 HYDROData_NaturalObject.cxx
83 HYDROData_Obstacle.cxx
84 HYDROData_ObstacleAltitude.cxx
85 HYDROData_OperationsFactory.cxx
87 HYDROData_PolylineXY.cxx
88 HYDROData_Polyline3D.cxx
89 HYDROData_PriorityQueue.cxx
91 HYDROData_ProfileUZ.cxx
92 HYDROData_Projection.cxx
95 HYDROData_ShapesGroup.cxx
96 HYDROData_ShapesTool.cxx
97 HYDROData_SplittedShapesGroup.cxx
98 HYDROData_SplitToZonesTool.cxx
100 HYDROData_StreamAltitude.cxx
102 HYDROData_Transform.cxx
103 HYDROData_VisualState.cxx
105 HYDROData_Quadtree.cxx
106 HYDROData_QuadtreeNode.cxx
108 HYDROData_OctreeNode.cxx
109 HYDROData_GeomTool.cxx
110 HYDROData_IProfilesInterpolator.cxx
111 HYDROData_LinearInterpolator.cxx
112 HYDROData_InterpolatorsFactory.cxx
118 ${OMNIORB_DEFINITIONS}
128 ${CMAKE_CURRENT_SOURCE_DIR}
129 # ${GUI_ROOT_DIR}/include/salome
133 add_library(HYDROData SHARED ${PROJECT_SOURCES} ${PROJECT_HEADERS})
134 target_link_libraries(HYDROData ${GEOM_GEOMUtils} ${CAS_OCAF} ${CAS_OCAFVIS} ${CAS_TKG3d} ${CAS_TKGeomBase} ${CAS_TKGeomAlgo}
135 ${CAS_TKBrep} ${CAS_TKIGES} ${CAS_TKSTEP} ${CAS_TKTopAlgo} ${CAS_TKBO} ${CAS_TKBool} ${CAS_TKOffset}
136 ${QT_LIBRARIES} ${GUI_ImageComposer} ${CAS_TKHLR} ${GEOM_GEOM} ${GEOM_GEOMBase} )
137 INSTALL(TARGETS HYDROData EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_LIBS})
139 set(PROJECT_LIBRARIES HYDROData)
142 if(SALOME_BUILD_TESTS)
145 test_HYDROData_Bathymetry.h
146 test_HYDROData_BSplineOperation.h
147 test_HYDROData_CalculationCase.h
148 test_HYDROData_Document.h
149 test_HYDROData_Entity.h
150 test_HYDROData_Image.h
151 test_HYDROData_Iterator.h
152 test_HYDROData_OperationsFactory.h
153 test_HYDROData_PolylineXY.h
157 test_HYDROData_Main.cxx
158 test_HYDROData_Bathymetry.cxx
159 test_HYDROData_BSplineOperation.cxx
160 test_HYDROData_CalculationCase.cxx
161 test_HYDROData_Document.cxx
162 test_HYDROData_Entity.cxx
163 test_HYDROData_Image.cxx
164 test_HYDROData_Iterator.cxx
165 test_HYDROData_OperationsFactory.cxx
166 test_HYDROData_PolylineXY.cxx
169 set(TEST_EXE test_HYDROData)
170 include(../../CMake/CPPUnitTests.cmake)
171 target_link_libraries(test_HYDROData ${CAS_OCAF} ${CAS_MODELER} ${QT_LIBRARIES} ${CPPUNIT_LIBRARIES} HYDROData)
173 endif(SALOME_BUILD_TESTS)
175 #include(../../CMake/CommonInstall.cmake)