X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FFeaturesPlugin%2FCMakeLists.txt;h=80d67e4692de9beb5760aed1af8b0a187ec6fba2;hb=2a2f4487370c6f7be90aa398fd1a205cc7ea96df;hp=2821777627f1d8aa08f2ec1a4e0ca93484058f9b;hpb=a18acc21d986faf40cec51df342788a98014dfc1;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/CMakeLists.txt b/src/FeaturesPlugin/CMakeLists.txt index 282177762..80d67e469 100644 --- a/src/FeaturesPlugin/CMakeLists.txt +++ b/src/FeaturesPlugin/CMakeLists.txt @@ -61,6 +61,9 @@ SET(PROJECT_HEADERS FeaturesPlugin_FusionFaces.h FeaturesPlugin_RemoveResults.h FeaturesPlugin_Chamfer.h + FeaturesPlugin_Copy.h + FeaturesPlugin_ImportResult.h + FeaturesPlugin_Defeaturing.h ) SET(PROJECT_SOURCES @@ -103,6 +106,9 @@ SET(PROJECT_SOURCES FeaturesPlugin_FusionFaces.cpp FeaturesPlugin_RemoveResults.cpp FeaturesPlugin_Chamfer.cpp + FeaturesPlugin_Copy.cpp + FeaturesPlugin_ImportResult.cpp + FeaturesPlugin_Defeaturing.cpp ) SET(XML_RESOURCES @@ -135,10 +141,14 @@ SET(XML_RESOURCES measurement_widget.xml fusion_faces_widget.xml chamfer_widget.xml + copy_widget.xml + import_result_widget.xml + defeaturing_widget.xml ) SET(TEXT_RESOURCES FeaturesPlugin_msg_en.ts + FeaturesPlugin_msg_fr.ts FeaturesPlugin_msg_ru.ts ) @@ -538,5 +548,22 @@ ADD_UNIT_TESTS(TestExtrusion.py Test17281.py TestChamfer.py Test3033.py + Test3076.py Test17909.py + TestCopyFeature.py + TestCopyFeatureMoveGroupOfFeature.py + TestCopyMoveResult.py + TestCopyMoveSubShapes.py + TestCopyNames.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 )