X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FCMakeLists.txt;h=47a4266decdfab4eb7531f0514355c54f5309026;hb=87f348fe7ec3805441bd5524536736eeb2e87501;hp=a4d85ea57f7cc5d5808c060faa60b073bdc7ee31;hpb=0a909334d2b82cfcf3f9cb60d0719b81db86c005;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/CMakeLists.txt b/src/GeomAlgoAPI/CMakeLists.txt index a4d85ea57..47a4266de 100644 --- a/src/GeomAlgoAPI/CMakeLists.txt +++ b/src/GeomAlgoAPI/CMakeLists.txt @@ -43,9 +43,13 @@ SET(PROJECT_HEADERS GeomAlgoAPI_ShapeAPI.h GeomAlgoAPI_Exception.h GeomAlgoAPI_Box.h + GeomAlgoAPI_Cylinder.h GeomAlgoAPI_XAOExport.h GeomAlgoAPI_XAOImport.h GeomAlgoAPI_Copy.h + GeomAlgoAPI_ConeSegment.h + GeomAlgoAPI_Symmetry.h + GeomAlgoAPI_Scale.h ) SET(PROJECT_SOURCES @@ -84,16 +88,20 @@ SET(PROJECT_SOURCES GeomAlgoAPI_ShapeAPI.cpp GeomAlgoAPI_Exception.cpp GeomAlgoAPI_Box.cpp + GeomAlgoAPI_Cylinder.cpp GeomAlgoAPI_XAOExport.cpp GeomAlgoAPI_XAOImport.cpp GeomAlgoAPI_Copy.cpp + GeomAlgoAPI_ConeSegment.cpp + GeomAlgoAPI_Symmetry.cpp + GeomAlgoAPI_Scale.cpp ) SET(PROJECT_LIBRARIES GeomAPI GeomAlgoImpl ModelAPI - XAO + XAOShaper ${CAS_OCAF} ${CAS_SHAPE} ${CAS_TKBO} @@ -153,5 +161,9 @@ INSTALL(TARGETS GeomAlgoAPI DESTINATION ${SHAPER_INSTALL_BIN}) INSTALL(FILES ${SWIG_SCRIPTS} DESTINATION ${SHAPER_INSTALL_SWIG}) ADD_UNIT_TESTS(TestAPI_Box.py + TestAPI_Cylinder.py + TestAPI_GDMLConeSegment.py + TestAPI_Scale.py + TestAPI_Symmetry.py TestAPI_Translation.py)