X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FCMakeLists.txt;h=47a4266decdfab4eb7531f0514355c54f5309026;hb=87f348fe7ec3805441bd5524536736eeb2e87501;hp=68048d8e9c858202525e6d5b11ee27653ba515eb;hpb=45ea4b0ea4a0d15133b47d8e2bc55c8a24ed402e;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/CMakeLists.txt b/src/GeomAlgoAPI/CMakeLists.txt index 68048d8e9..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} @@ -161,6 +163,7 @@ 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)