X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FCMakeLists.txt;h=05da2c6777b6dff5eb2f439443a69334e3d488c7;hb=55fe0d2de7e15a256965d71280dc61fd58863d7e;hp=5e96806857217798c6a03ac9c85e947800d1a181;hpb=84f8b4a57d3cdad820bc1333a5066699cd1c8ae3;p=modules%2Fhydro.git diff --git a/src/HYDROData/CMakeLists.txt b/src/HYDROData/CMakeLists.txt index 5e968068..05da2c67 100644 --- a/src/HYDROData/CMakeLists.txt +++ b/src/HYDROData/CMakeLists.txt @@ -1,103 +1,181 @@ -include(../../CMake/Common.cmake) +#include(../../CMake/Common.cmake) set(PROJECT_HEADERS HYDROData.h + HYDROData_AltitudeObject.h HYDROData_Application.h HYDROData_ArtificialObject.h HYDROData_Bathymetry.h HYDROData_BSplineOperation.h - HYDROData_Calculation.h + HYDROData_CalculationCase.h + HYDROData_Channel.h + HYDROData_Confluence.h + HYDROData_Digue.h HYDROData_Document.h + HYDROData_DummyObject3D.h HYDROData_Entity.h + HYDROData_IAltitudeObject.h + HYDROData_IInterpolator.h HYDROData_Image.h HYDROData_ImmersibleZone.h + HYDROData_IPolyline.h HYDROData_Iterator.h HYDROData_Lambert93.h HYDROData_NaturalObject.h HYDROData_Object.h + HYDROData_Obstacle.h + HYDROData_ObstacleAltitude.h HYDROData_OperationsFactory.h - HYDROData_Polyline.h + HYDROData_Pipes.h + HYDROData_PolylineOperator.h + HYDROData_PolylineXY.h + HYDROData_Polyline3D.h + HYDROData_PriorityQueue.h + HYDROData_Profile.h + HYDROData_ProfileUZ.h + HYDROData_Projection.h HYDROData_Region.h + HYDROData_River.h + HYDROData_ShapesGroup.h + HYDROData_ShapesTool.h + HYDROData_SplittedShapesGroup.h HYDROData_SplitToZonesTool.h + HYDROData_Stream.h + HYDROData_StreamAltitude.h + HYDROData_StricklerTable.h + HYDROData_LandCover.h HYDROData_Tool.h + HYDROData_Transform.h HYDROData_VisualState.h + HYDROData_Warning.h HYDROData_Zone.h + HYDROData_GeomTool.h + HYDROData_IProfilesInterpolator.h + HYDROData_LinearInterpolator.h + HYDROData_InterpolatorsFactory.h + HYDROData_SinusX.h + shapelib/shapefil.h ) set(PROJECT_SOURCES + HYDROData_AltitudeObject.cxx HYDROData_Application.cxx HYDROData_ArtificialObject.cxx HYDROData_Bathymetry.cxx HYDROData_BSplineOperation.cxx - HYDROData_Calculation.cxx + HYDROData_CalculationCase.cxx + HYDROData_Channel.cxx + HYDROData_Confluence.cxx + HYDROData_Digue.cxx HYDROData_Document.cxx + HYDROData_DummyObject3D.cxx HYDROData_Entity.cxx + HYDROData_IAltitudeObject.cxx + HYDROData_IInterpolator.cxx HYDROData_Image.cxx HYDROData_ImmersibleZone.cxx + HYDROData_IPolyline.cxx HYDROData_Iterator.cxx HYDROData_Lambert93.cxx HYDROData_NaturalObject.cxx HYDROData_Object.cxx + HYDROData_Obstacle.cxx + HYDROData_ObstacleAltitude.cxx HYDROData_OperationsFactory.cxx - HYDROData_Polyline.cxx + HYDROData_Pipes.cxx + HYDROData_PolylineOperator.cxx + HYDROData_PolylineXY.cxx + HYDROData_Polyline3D.cxx + HYDROData_PriorityQueue.cxx + HYDROData_Profile.cxx + HYDROData_ProfileUZ.cxx + HYDROData_Projection.cxx HYDROData_Region.cxx + HYDROData_River.cxx + HYDROData_ShapesGroup.cxx + HYDROData_ShapesTool.cxx + HYDROData_SplittedShapesGroup.cxx HYDROData_SplitToZonesTool.cxx + HYDROData_Stream.cxx + HYDROData_StreamAltitude.cxx + HYDROData_StricklerTable.cxx + HYDROData_LandCover.cxx HYDROData_Tool.cxx + HYDROData_Transform.cxx HYDROData_VisualState.cxx HYDROData_Zone.cxx + HYDROData_GeomTool.cxx + HYDROData_IProfilesInterpolator.cxx + HYDROData_LinearInterpolator.cxx + HYDROData_InterpolatorsFactory.cxx + HYDROData_SinusX.cxx + shapelib/dbfopen.c + shapelib/safileio.c + shapelib/shpopen.c + shapelib/shptree.c + shapelib/shputils.c ) add_definitions( -DHYDRODATA_EXPORTS ${CAS_DEFINITIONS} + ${OMNIORB_DEFINITIONS} ${QT_DEFINITIONS} - ${GUI_CXXFLAGS} +# ${GUI_CXXFLAGS} + ${GUI_DEFINITIONS} + ${GEOM_DEFINITIONS} ) include_directories( ${CAS_INCLUDE_DIRS} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} - ${GUI_ROOT_DIR}/include/salome +# ${GUI_ROOT_DIR}/include/salome + ${GUI_INCLUDE_DIRS} ) add_library(HYDROData SHARED ${PROJECT_SOURCES} ${PROJECT_HEADERS}) -target_link_libraries(HYDROData ${CAS_OCAF} ${CAS_OCAFVIS} ${CAS_TKG3d} ${CAS_TKGeomBase} ${CAS_TKGeomAlgo} ${CAS_TKBrep} ${CAS_TKTopAlgo} ${QT_LIBRARIES} ${ImageComposer}) +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} ${GEOM_CurveCreator} ) +INSTALL(TARGETS HYDROData EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_LIBS}) set(PROJECT_LIBRARIES HYDROData) # tests -if(CPPUNIT_IS_OK) +if(SALOME_BUILD_TESTS) set(TEST_HEADERS - test_HYDROData_Document.h - test_HYDROData_Object.h - test_HYDROData_Iterator.h - test_HYDROData_Image.h - test_HYDROData_Polyline.h test_HYDROData_Bathymetry.h - test_HYDROData_Calculation.h test_HYDROData_BSplineOperation.h + test_HYDROData_CalculationCase.h + test_HYDROData_Document.h + test_HYDROData_Entity.h + test_HYDROData_Image.h + test_HYDROData_Iterator.h test_HYDROData_OperationsFactory.h + test_HYDROData_PolylineXY.h + test_HYDROData_StricklerTable.h ) set(TEST_SOURCES test_HYDROData_Main.cxx - test_HYDROData_Document.cxx - test_HYDROData_Object.cxx - test_HYDROData_Iterator.cxx - test_HYDROData_Image.cxx - test_HYDROData_Polyline.cxx test_HYDROData_Bathymetry.cxx - test_HYDROData_Calculation.cxx test_HYDROData_BSplineOperation.cxx + test_HYDROData_CalculationCase.cxx + test_HYDROData_Document.cxx + test_HYDROData_Entity.cxx + test_HYDROData_Image.cxx + test_HYDROData_Iterator.cxx test_HYDROData_OperationsFactory.cxx + test_HYDROData_PolylineXY.cxx + test_HYDROData_StricklerTable.cxx ) set(TEST_EXE test_HYDROData) include(../../CMake/CPPUnitTests.cmake) - target_link_libraries(test_HYDROData ${CAS_OCAF} ${CAS_MODELER} ${QT_LIBRARIES} ${CPPUNIT_LIBS} HYDROData) - -endif(CPPUNIT_IS_OK) + target_link_libraries(test_HYDROData ${CAS_OCAF} ${CAS_MODELER} ${QT_LIBRARIES} ${CPPUNIT_LIBRARIES} HYDROData) + +endif(SALOME_BUILD_TESTS) -include(../../CMake/CommonInstall.cmake) +#include(../../CMake/CommonInstall.cmake)