X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FCMakeLists.txt;h=3332171b0ca1317d620fe2ad888a292deb926806;hb=29bc47d2f0f38f132e4f578feec9a1d1c8e514fe;hp=afe2bd4acf30d3f028fc08b07b64a5583469f045;hpb=7b575e65da4aaf7e4cbf41ccf7d61b83c5842b7f;p=modules%2Fshaper.git diff --git a/src/GeomAPI/CMakeLists.txt b/src/GeomAPI/CMakeLists.txt index afe2bd4ac..3332171b0 100644 --- a/src/GeomAPI/CMakeLists.txt +++ b/src/GeomAPI/CMakeLists.txt @@ -21,17 +21,23 @@ SET(PROJECT_HEADERS GeomAPI_Pln.h GeomAPI_Shape.h GeomAPI_ShapeExplorer.h + GeomAPI_ShapeIterator.h GeomAPI_Edge.h GeomAPI_Face.h GeomAPI_PlanarEdges.h GeomAPI_AISObject.h GeomAPI_IPresentable.h - GeomAPI_Curve.h + GeomAPI_Curve.h + GeomAPI_DataMapOfShapeMapOfShapes.h GeomAPI_DataMapOfShapeShape.h GeomAPI_ICustomPrs.h GeomAPI_Vertex.h GeomAPI_Ax1.h + GeomAPI_Ax2.h GeomAPI_Ax3.h + GeomAPI_Trsf.h + GeomAPI_Angle2d.h + GeomAPI_Wire.h ) SET(PROJECT_SOURCES @@ -49,24 +55,32 @@ SET(PROJECT_SOURCES GeomAPI_Pln.cpp GeomAPI_Shape.cpp GeomAPI_ShapeExplorer.cpp + GeomAPI_ShapeIterator.cpp GeomAPI_Edge.cpp GeomAPI_Face.cpp GeomAPI_PlanarEdges.cpp GeomAPI_AISObject.cpp GeomAPI_Curve.cpp + GeomAPI_DataMapOfShapeMapOfShapes.cpp GeomAPI_DataMapOfShapeShape.cpp GeomAPI_Vertex.cpp GeomAPI_ICustomPrs.cpp GeomAPI_Ax1.cpp + GeomAPI_Ax2.cpp GeomAPI_Ax3.cpp + GeomAPI_IPresentable.cpp + GeomAPI_Trsf.cpp + GeomAPI_Angle2d.cpp + GeomAPI_Wire.cpp ) SET(PROJECT_LIBRARIES - ${CAS_KERNEL} - ${CAS_MODELER} + ${CAS_KERNEL} + ${CAS_MODELER} ${CAS_VIEWER} ${CAS_SHAPE} ${CAS_TKTopAlgo} + ${CAS_TKBO} ) ADD_DEFINITIONS(-DGEOMAPI_EXPORTS ${CAS_DEFINITIONS}) @@ -99,6 +113,6 @@ IF(WIN32) SET_TARGET_PROPERTIES(_GeomAPI PROPERTIES DEBUG_OUTPUT_NAME _GeomAPI_d) ENDIF(WIN32) -INSTALL(TARGETS _GeomAPI DESTINATION swig) -INSTALL(TARGETS GeomAPI DESTINATION bin) -INSTALL(FILES ${SWIG_SCRIPTS} DESTINATION swig) +INSTALL(TARGETS _GeomAPI DESTINATION ${SHAPER_INSTALL_SWIG}) +INSTALL(TARGETS GeomAPI DESTINATION ${SHAPER_INSTALL_BIN}) +INSTALL(FILES ${SWIG_SCRIPTS} DESTINATION ${SHAPER_INSTALL_SWIG})