Salome HOME
Cancel ExtrusionCut if there are no bodies
[modules/shaper.git] / src / FeaturesPlugin / CMakeLists.txt
index dfce818692f42196c7178c22cd9bb557108a545f..6447870d7e938dfbf27d516a13611cc6cca6bb09 100644 (file)
@@ -7,6 +7,10 @@ SET(PROJECT_HEADERS
     FeaturesPlugin.h
     FeaturesPlugin_Plugin.h
     FeaturesPlugin_Extrusion.h
+    FeaturesPlugin_ExtrusionCut.h
+    FeaturesPlugin_Revolution.h
+    FeaturesPlugin_Rotation.h
+    FeaturesPlugin_Movement.h
     FeaturesPlugin_Boolean.h
     FeaturesPlugin_Group.h
     FeaturesPlugin_Placement.h
@@ -15,6 +19,10 @@ SET(PROJECT_HEADERS
 SET(PROJECT_SOURCES
     FeaturesPlugin_Plugin.cpp
     FeaturesPlugin_Extrusion.cpp
+    FeaturesPlugin_ExtrusionCut.cpp
+    FeaturesPlugin_Revolution.cpp
+    FeaturesPlugin_Rotation.cpp
+    FeaturesPlugin_Movement.cpp
     FeaturesPlugin_Boolean.cpp
     FeaturesPlugin_Group.cpp
     FeaturesPlugin_Placement.cpp
@@ -23,6 +31,10 @@ SET(PROJECT_SOURCES
 SET(XML_RESOURCES
   plugin-Features.xml
   extrusion_widget.xml
+  extrusioncut_widget.xml
+  revolution_widget.xml
+  rotation_widget.xml
+  movement_widget.xml
   boolean_widget.xml
   group_widget.xml
   placement_widget.xml
@@ -51,5 +63,6 @@ INSTALL(FILES ${XML_RESOURCES} DESTINATION plugins)
 
 ADD_UNIT_TESTS(TestExtrusion.py
                TestBoolean.py
+               TestRevolution.py
                TestGroup.py
                TestMultiBoolean.py)