X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FCMakeLists.txt;h=61eddab92624b71461d38670fe47ae8a9c6f3efb;hb=919584a7e5ee83c384873c2627b9865e8ba02272;hp=da400c140d5981a1c5916b1b89cf4afe62c87c15;hpb=136a16a9167fa6de18aa9fa06c499a6a7d82a0bc;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/CMakeLists.txt b/src/FeaturesPlugin/CMakeLists.txt index da400c140..61eddab92 100644 --- a/src/FeaturesPlugin/CMakeLists.txt +++ b/src/FeaturesPlugin/CMakeLists.txt @@ -7,6 +7,7 @@ SET(PROJECT_HEADERS FeaturesPlugin.h FeaturesPlugin_Plugin.h FeaturesPlugin_Extrusion.h + FeaturesPlugin_Recover.h FeaturesPlugin_Revolution.h FeaturesPlugin_Rotation.h FeaturesPlugin_Translation.h @@ -33,6 +34,7 @@ SET(PROJECT_HEADERS SET(PROJECT_SOURCES FeaturesPlugin_Plugin.cpp FeaturesPlugin_Extrusion.cpp + FeaturesPlugin_Recover.cpp FeaturesPlugin_Revolution.cpp FeaturesPlugin_Rotation.cpp FeaturesPlugin_Translation.cpp @@ -68,6 +70,7 @@ SET(XML_RESOURCES translation_widget.xml boolean_widget.xml group_widget.xml + recover_widget.xml partition_widget.xml placement_widget.xml intersection_widget.xml @@ -77,7 +80,7 @@ SET(XML_RESOURCES ) SET(TEXT_RESOURCES - FeaturesPlugin_msg_en.ts + FeaturesPlugin_msg_en.ts ) SOURCE_GROUP ("Resource Files" FILES ${TEXT_RESOURCES}) @@ -122,9 +125,12 @@ ADD_UNIT_TESTS(TestExtrusion.py TestBoolean.py TestBooleanCompSolids.py TestBooleanSmash.py + TestBooleanFill.py TestMultiBoolean.py TestSerialBoolean.py TestGroup.py TestIntersection.py TestUnion.py - TestRemoveSubShapes.py) + TestRemoveSubShapes.py + TestPipe.py + TestRecover.py)