X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FGeomAlgoAPI%2FCMakeLists.txt;h=47a4266decdfab4eb7531f0514355c54f5309026;hb=87f348fe7ec3805441bd5524536736eeb2e87501;hp=aabc35d119c4f045f25bc666fe4fc718a1e70842;hpb=ccd1d538ff04366093c86220b22b53c4b7370f14;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/CMakeLists.txt b/src/GeomAlgoAPI/CMakeLists.txt index aabc35d11..47a4266de 100644 --- a/src/GeomAlgoAPI/CMakeLists.txt +++ b/src/GeomAlgoAPI/CMakeLists.txt @@ -49,6 +49,7 @@ SET(PROJECT_HEADERS GeomAlgoAPI_Copy.h GeomAlgoAPI_ConeSegment.h GeomAlgoAPI_Symmetry.h + GeomAlgoAPI_Scale.h ) SET(PROJECT_SOURCES @@ -93,13 +94,14 @@ SET(PROJECT_SOURCES 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} @@ -159,7 +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)