Salome HOME
Cancel ExtrusionCut if there are no bodies
[modules/shaper.git] / src / FeaturesPlugin / CMakeLists.txt
index 4b4ce8e1152d74069b12a395d11073e9dfd074b2..6447870d7e938dfbf27d516a13611cc6cca6bb09 100644 (file)
@@ -1,3 +1,5 @@
+## Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
+
 INCLUDE(Common)
 INCLUDE(UnitTest)
 
@@ -5,22 +7,37 @@ SET(PROJECT_HEADERS
     FeaturesPlugin.h
     FeaturesPlugin_Plugin.h
     FeaturesPlugin_Extrusion.h
-       FeaturesPlugin_Boolean.h
-       FeaturesPlugin_Group.h
+    FeaturesPlugin_ExtrusionCut.h
+    FeaturesPlugin_Revolution.h
+    FeaturesPlugin_Rotation.h
+    FeaturesPlugin_Movement.h
+    FeaturesPlugin_Boolean.h
+    FeaturesPlugin_Group.h
+    FeaturesPlugin_Placement.h
 )
 
 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
 )
 
 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
 )
 
 INCLUDE_DIRECTORIES(
@@ -45,4 +62,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)