X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FCMakeLists.txt;h=193d513e48894da26395251d2d5a4cec5e475e75;hb=21a0c85b52bb93f94680e2342370764e6510e387;hp=5b5ab88fe9ef95119e2332fe57c1c0598eafe245;hpb=95b5b61c8b3e0ab0de64955952894cd32bc49e06;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/CMakeLists.txt b/src/FeaturesPlugin/CMakeLists.txt index 5b5ab88fe..193d513e4 100644 --- a/src/FeaturesPlugin/CMakeLists.txt +++ b/src/FeaturesPlugin/CMakeLists.txt @@ -12,7 +12,6 @@ SET(PROJECT_HEADERS FeaturesPlugin_Rotation.h FeaturesPlugin_Translation.h FeaturesPlugin_Boolean.h - FeaturesPlugin_Group.h FeaturesPlugin_Intersection.h FeaturesPlugin_Partition.h FeaturesPlugin_Pipe.h @@ -29,6 +28,10 @@ SET(PROJECT_HEADERS FeaturesPlugin_ValidatorTransform.h FeaturesPlugin_Validators.h FeaturesPlugin_RemoveSubShapes.h + FeaturesPlugin_Tools.h + FeaturesPlugin_Symmetry.h + FeaturesPlugin_Scale.h + FeaturesPlugin_MultiTranslation.h ) SET(PROJECT_SOURCES @@ -39,7 +42,6 @@ SET(PROJECT_SOURCES FeaturesPlugin_Rotation.cpp FeaturesPlugin_Translation.cpp FeaturesPlugin_Boolean.cpp - FeaturesPlugin_Group.cpp FeaturesPlugin_Intersection.cpp FeaturesPlugin_Partition.cpp FeaturesPlugin_Pipe.cpp @@ -56,6 +58,10 @@ SET(PROJECT_SOURCES FeaturesPlugin_ValidatorTransform.cpp FeaturesPlugin_Validators.cpp FeaturesPlugin_RemoveSubShapes.cpp + FeaturesPlugin_Tools.cpp + FeaturesPlugin_Symmetry.cpp + FeaturesPlugin_Scale.cpp + FeaturesPlugin_MultiTranslation.cpp ) SET(XML_RESOURCES @@ -69,7 +75,6 @@ SET(XML_RESOURCES rotation_widget.xml translation_widget.xml boolean_widget.xml - group_widget.xml recover_widget.xml partition_widget.xml placement_widget.xml @@ -77,10 +82,14 @@ SET(XML_RESOURCES pipe_widget.xml remove_subshapes_widget.xml union_widget.xml + symmetry_widget.xml + scale_widget.xml + multitranslation_widget.xml ) SET(TEXT_RESOURCES FeaturesPlugin_msg_en.ts + FeaturesPlugin_msg_ru.ts ) SOURCE_GROUP ("Resource Files" FILES ${TEXT_RESOURCES}) @@ -128,8 +137,16 @@ ADD_UNIT_TESTS(TestExtrusion.py TestBooleanFill.py TestMultiBoolean.py TestSerialBoolean.py - TestGroup.py TestIntersection.py TestUnion.py TestRemoveSubShapes.py - TestPipe.py) + TestPipe.py + TestRecover.py + TestRecover1798.py + Test1922.py + Test1942.py + Test1915.py + Test2023.py + Test2046.py + Test2038.py +)