Salome HOME
Improvement #635: Move maximum functionality to API class
[modules/shaper.git] / src / FeaturesPlugin / CMakeLists.txt
index 6bd7dcd403cf35baf3c01587efe2831f1a07ddc0..a29526870e0e828d2315efb90fc1425ce2962178 100644 (file)
@@ -8,24 +8,44 @@ SET(PROJECT_HEADERS
     FeaturesPlugin_Plugin.h
     FeaturesPlugin_Extrusion.h
     FeaturesPlugin_Revolution.h
+    FeaturesPlugin_Rotation.h
+    FeaturesPlugin_Movement.h
     FeaturesPlugin_Boolean.h
     FeaturesPlugin_Group.h
     FeaturesPlugin_Placement.h
+    FeaturesPlugin_CompositeBoolean.h
+    FeaturesPlugin_ExtrusionBoolean.h
+    FeaturesPlugin_ExtrusionCut.h
+    FeaturesPlugin_ExtrusionFuse.h
+    FeaturesPlugin_RevolutionBoolean.h
+    FeaturesPlugin_RevolutionCut.h
+    FeaturesPlugin_RevolutionFuse.h
 )
 
 SET(PROJECT_SOURCES
     FeaturesPlugin_Plugin.cpp
     FeaturesPlugin_Extrusion.cpp
     FeaturesPlugin_Revolution.cpp
+    FeaturesPlugin_Rotation.cpp
+    FeaturesPlugin_Movement.cpp
     FeaturesPlugin_Boolean.cpp
     FeaturesPlugin_Group.cpp
     FeaturesPlugin_Placement.cpp
+    FeaturesPlugin_CompositeBoolean.cpp
+    FeaturesPlugin_ExtrusionBoolean.cpp
+    FeaturesPlugin_RevolutionBoolean.cpp
 )
 
 SET(XML_RESOURCES
   plugin-Features.xml
   extrusion_widget.xml
+  extrusioncut_widget.xml
+  extrusionfuse_widget.xml
   revolution_widget.xml
+  revolutioncut_widget.xml
+  revolutionfuse_widget.xml
+  rotation_widget.xml
+  movement_widget.xml
   boolean_widget.xml
   group_widget.xml
   placement_widget.xml
@@ -54,5 +74,6 @@ INSTALL(FILES ${XML_RESOURCES} DESTINATION plugins)
 
 ADD_UNIT_TESTS(TestExtrusion.py
                TestBoolean.py
+               TestRevolution.py
                TestGroup.py
                TestMultiBoolean.py)