X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FCMakeLists.txt;h=bb0ce3fe485bb768a3a989537ec6824a7fca197f;hb=f0cec241aae9ca16d86e166f45cb5c4987d2c792;hp=74f73a9bbed1d10c9156ecfd1e7dcbb3415610de;hpb=5315361b0c34c6e603474413024db5485c850d80;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/CMakeLists.txt b/src/GeomAlgoAPI/CMakeLists.txt index 74f73a9bb..bb0ce3fe4 100644 --- a/src/GeomAlgoAPI/CMakeLists.txt +++ b/src/GeomAlgoAPI/CMakeLists.txt @@ -36,6 +36,15 @@ SET(PROJECT_HEADERS 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 @@ -68,12 +77,22 @@ SET(PROJECT_SOURCES 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} @@ -103,6 +122,7 @@ INCLUDE_DIRECTORIES( ../GeomAPI ../GeomAlgoImpl ../ModelAPI + ../XAO ${CAS_INCLUDE_DIRS} )