Salome HOME
Make Sketch of Complex boolean as sub-object of the complex Boolean feature
[modules/shaper.git] / src / FeaturesPlugin / CMakeLists.txt
index 6d7a69b8af28ffbc73ba28235cd98019af93a89a..952e741fccd31dd1ed22c042eb8d15a0d6d19c52 100644 (file)
@@ -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)