Salome HOME
Improvement #635: Move maximum functionality to API class
[modules/shaper.git] / src / FeaturesPlugin / CMakeLists.txt
index 1c14a498c1dc6e6ecaa3a80afda336746342f8c4..a29526870e0e828d2315efb90fc1425ce2962178 100644 (file)
@@ -7,22 +7,45 @@ SET(PROJECT_HEADERS
     FeaturesPlugin.h
     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
@@ -50,4 +73,7 @@ INSTALL(TARGETS FeaturesPlugin DESTINATION plugins)
 INSTALL(FILES ${XML_RESOURCES} DESTINATION plugins)
 
 ADD_UNIT_TESTS(TestExtrusion.py
-               TestBoolean.py)
+               TestBoolean.py
+               TestRevolution.py
+               TestGroup.py
+               TestMultiBoolean.py)