]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/CMakeLists.txt
Salome HOME
Meet the coding style (line length <= 100)
[modules/shaper.git] / src / FeaturesPlugin / CMakeLists.txt
index 53c6e292ec6e312954fb08b1087d8c5810e3e132..193d513e48894da26395251d2d5a4cec5e475e75 100644 (file)
@@ -29,6 +29,9 @@ SET(PROJECT_HEADERS
     FeaturesPlugin_Validators.h
     FeaturesPlugin_RemoveSubShapes.h
     FeaturesPlugin_Tools.h
+    FeaturesPlugin_Symmetry.h
+    FeaturesPlugin_Scale.h
+    FeaturesPlugin_MultiTranslation.h
 )
 
 SET(PROJECT_SOURCES
@@ -56,6 +59,9 @@ SET(PROJECT_SOURCES
     FeaturesPlugin_Validators.cpp
     FeaturesPlugin_RemoveSubShapes.cpp
     FeaturesPlugin_Tools.cpp
+    FeaturesPlugin_Symmetry.cpp
+    FeaturesPlugin_Scale.cpp
+    FeaturesPlugin_MultiTranslation.cpp
 )
 
 SET(XML_RESOURCES
@@ -76,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})
@@ -132,4 +142,11 @@ ADD_UNIT_TESTS(TestExtrusion.py
                TestRemoveSubShapes.py
                TestPipe.py
                TestRecover.py
-               APIParam_Translation.py)
+               TestRecover1798.py
+               Test1922.py
+               Test1942.py
+               Test1915.py
+               Test2023.py
+               Test2046.py
+               Test2038.py
+)