X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FCMakeLists.txt;h=bb0ce3fe485bb768a3a989537ec6824a7fca197f;hb=f0cec241aae9ca16d86e166f45cb5c4987d2c792;hp=24c17e62d685f5b36d7defc685334f5afc6feb1f;hpb=868158fe6d39b25e60ac528295b1c908821e4af5;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/CMakeLists.txt b/src/GeomAlgoAPI/CMakeLists.txt index 24c17e62d..bb0ce3fe4 100644 --- a/src/GeomAlgoAPI/CMakeLists.txt +++ b/src/GeomAlgoAPI/CMakeLists.txt @@ -34,6 +34,17 @@ SET(PROJECT_HEADERS GeomAlgoAPI_ShapeTools.h GeomAlgoAPI_Partition.h GeomAlgoAPI_PaveFiller.h + GeomAlgoAPI_Intersection.h + GeomAlgoAPI_Pipe.h + GeomAlgoAPI_WireBuilder.h + GeomAlgoAPI_Sewing.h + GeomAlgoAPI_ShapeBuilder.h + GeomAlgoAPI_ShapeAPI.h + GeomAlgoAPI_Exception.h + GeomAlgoAPI_Box.h + GeomAlgoAPI_BoxPoints.h + GeomAlgoAPI_XAOExport.h + GeomAlgoAPI_XAOImport.h ) SET(PROJECT_SOURCES @@ -64,16 +75,28 @@ SET(PROJECT_SOURCES GeomAlgoAPI_ShapeTools.cpp GeomAlgoAPI_Partition.cpp GeomAlgoAPI_PaveFiller.cpp + GeomAlgoAPI_Intersection.cpp + GeomAlgoAPI_Pipe.cpp + GeomAlgoAPI_WireBuilder.cpp + GeomAlgoAPI_Sewing.cpp + GeomAlgoAPI_ShapeBuilder.cpp + GeomAlgoAPI_ShapeAPI.cpp + GeomAlgoAPI_Exception.cpp + GeomAlgoAPI_Box.cpp + GeomAlgoAPI_BoxPoints.cpp + GeomAlgoAPI_XAOExport.cpp + GeomAlgoAPI_XAOImport.cpp ) SET(PROJECT_LIBRARIES GeomAPI GeomAlgoImpl ModelAPI + XAO ${CAS_OCAF} ${CAS_SHAPE} - ${CAS_TKBO} - ${CAS_TKBool} + ${CAS_TKBO} + ${CAS_TKBool} ${CAS_TKBRep} ${CAS_TKCAF} ${CAS_TKCAF} @@ -99,6 +122,7 @@ INCLUDE_DIRECTORIES( ../GeomAPI ../GeomAlgoImpl ../ModelAPI + ../XAO ${CAS_INCLUDE_DIRS} ) @@ -122,6 +146,6 @@ IF(WIN32) SET_TARGET_PROPERTIES(_GeomAlgoAPI PROPERTIES DEBUG_OUTPUT_NAME _GeomAlgoAPI_d) ENDIF(WIN32) -INSTALL(TARGETS _GeomAlgoAPI DESTINATION swig) -INSTALL(TARGETS GeomAlgoAPI DESTINATION bin) -INSTALL(FILES ${SWIG_SCRIPTS} DESTINATION swig) +INSTALL(TARGETS _GeomAlgoAPI DESTINATION ${SHAPER_INSTALL_SWIG}) +INSTALL(TARGETS GeomAlgoAPI DESTINATION ${SHAPER_INSTALL_BIN}) +INSTALL(FILES ${SWIG_SCRIPTS} DESTINATION ${SHAPER_INSTALL_SWIG})