Salome HOME
Issue #2574: Set stretch factor for added widget
[modules/shaper.git] / src / FeaturesAPI / CMakeLists.txt
index 83e853688b8a54f2efe19def56dfe5c474a0c7a4..b511fc640dbfc008d3933856aa46ac03d8f16dfe 100644 (file)
@@ -22,7 +22,11 @@ INCLUDE(Common)
 
 SET(PROJECT_HEADERS
   FeaturesAPI.h
-  FeaturesAPI_Boolean.h
+  FeaturesAPI_BooleanCut.h
+  FeaturesAPI_BooleanFuse.h
+  FeaturesAPI_BooleanCommon.h
+  FeaturesAPI_BooleanSmash.h
+  FeaturesAPI_BooleanFill.h
   FeaturesAPI_Extrusion.h
   FeaturesAPI_ExtrusionBoolean.h
   FeaturesAPI_Fillet.h
@@ -45,7 +49,11 @@ SET(PROJECT_HEADERS
 )
 
 SET(PROJECT_SOURCES
-  FeaturesAPI_Boolean.cpp
+  FeaturesAPI_BooleanCut.cpp
+  FeaturesAPI_BooleanFuse.cpp
+  FeaturesAPI_BooleanCommon.cpp
+  FeaturesAPI_BooleanSmash.cpp
+  FeaturesAPI_BooleanFill.cpp
   FeaturesAPI_Extrusion.cpp
   FeaturesAPI_ExtrusionBoolean.cpp
   FeaturesAPI_Fillet.cpp