Salome HOME
Merge remote-tracking branch 'origin/EDF_IMPROVEMENTS_2020'
[modules/shaper.git] / src / FeaturesPlugin / CMakeLists.txt
index b5b856d714d9b48314dbdbc8b9aa8b643c86838a..45dd74930e910a40b131809ca3047df80771cdfb 100644 (file)
@@ -63,6 +63,7 @@ SET(PROJECT_HEADERS
     FeaturesPlugin_Chamfer.h
     FeaturesPlugin_Copy.h
     FeaturesPlugin_ImportResult.h
+    FeaturesPlugin_Defeaturing.h
 )
 
 SET(PROJECT_SOURCES
@@ -107,6 +108,7 @@ SET(PROJECT_SOURCES
     FeaturesPlugin_Chamfer.cpp
     FeaturesPlugin_Copy.cpp
     FeaturesPlugin_ImportResult.cpp
+    FeaturesPlugin_Defeaturing.cpp
 )
 
 SET(XML_RESOURCES
@@ -141,6 +143,7 @@ SET(XML_RESOURCES
   chamfer_widget.xml
   copy_widget.xml
   import_result_widget.xml
+  defeaturing_widget.xml
 )
 
 SET(TEXT_RESOURCES
@@ -555,4 +558,15 @@ ADD_UNIT_TESTS(TestExtrusion.py
                TestCopySubShapes.py
                TestCopyWholeFeature.py
                TestImportResult.py
+               TestDefeaturing_ErrorMsg.py
+               TestDefeaturing_OnSolid1.py
+               TestDefeaturing_OnSolid2.py
+               TestDefeaturing_OnSolid3.py
+               TestDefeaturing_OnCompsolid1.py
+               TestDefeaturing_OnCompsolid2.py
+               TestDefeaturing_OnCompsolid3.py
+               TestDefeaturing_OnCompound.py
+               Test3137_1.py
+               Test3137_2.py
+               Test2918.py
 )