X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FCMakeLists.txt;h=952e741fccd31dd1ed22c042eb8d15a0d6d19c52;hb=d9e58981abfe2d72c00c285ba40b63135629aa86;hp=6d7a69b8af28ffbc73ba28235cd98019af93a89a;hpb=858ca61a863bb5a6daf16c92952edae6e16592d5;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/CMakeLists.txt b/src/FeaturesPlugin/CMakeLists.txt index 6d7a69b8a..952e741fc 100644 --- a/src/FeaturesPlugin/CMakeLists.txt +++ b/src/FeaturesPlugin/CMakeLists.txt @@ -17,6 +17,9 @@ SET(PROJECT_HEADERS FeaturesPlugin_ExtrusionBoolean.h FeaturesPlugin_ExtrusionCut.h FeaturesPlugin_ExtrusionFuse.h + FeaturesPlugin_RevolutionBoolean.h + FeaturesPlugin_RevolutionCut.h + FeaturesPlugin_RevolutionFuse.h ) SET(PROJECT_SOURCES @@ -30,6 +33,7 @@ SET(PROJECT_SOURCES FeaturesPlugin_Placement.cpp FeaturesPlugin_CompositeBoolean.cpp FeaturesPlugin_ExtrusionBoolean.cpp + FeaturesPlugin_RevolutionBoolean.cpp ) SET(XML_RESOURCES @@ -38,6 +42,8 @@ SET(XML_RESOURCES extrusioncut_widget.xml extrusionfuse_widget.xml revolution_widget.xml + revolutioncut_widget.xml + revolutionfuse_widget.xml rotation_widget.xml movement_widget.xml boolean_widget.xml @@ -67,7 +73,14 @@ INSTALL(TARGETS FeaturesPlugin DESTINATION plugins) INSTALL(FILES ${XML_RESOURCES} DESTINATION plugins) ADD_UNIT_TESTS(TestExtrusion.py - TestBoolean.py + TestExtrusionCut.py + TestExtrusionFuse.py TestRevolution.py - TestGroup.py - TestMultiBoolean.py) + TestRevolutionCut.py + TestRevolutionFuse.py + TestMovement.py + TestRotation.py + TestBoolean.py + TestMultiBoolean.py + TestSerialBoolean.py + TestGroup.py)