X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FCMakeLists.txt;h=a2150fbebed3995f26471d4bcab925da2e96be19;hb=4fc2dc9fdc0c14fab5f2780598eccdc1368d81b9;hp=6e5948606107c3ecf19792e3dc7f68e67499f1b2;hpb=dacb05dcf5c8ad153d2bf05bbca8dccb67ba3a2f;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/CMakeLists.txt b/src/FeaturesPlugin/CMakeLists.txt index 6e5948606..a2150fbeb 100644 --- a/src/FeaturesPlugin/CMakeLists.txt +++ b/src/FeaturesPlugin/CMakeLists.txt @@ -24,6 +24,7 @@ SET(PROJECT_HEADERS FeaturesPlugin_RevolutionBoolean.h FeaturesPlugin_RevolutionCut.h FeaturesPlugin_RevolutionFuse.h + FeaturesPlugin_ValidatorTransform.h ) SET(PROJECT_SOURCES @@ -46,6 +47,7 @@ SET(PROJECT_SOURCES FeaturesPlugin_RevolutionBoolean.cpp FeaturesPlugin_RevolutionCut.cpp FeaturesPlugin_RevolutionFuse.cpp + FeaturesPlugin_ValidatorTransform.cpp ) SET(XML_RESOURCES @@ -59,7 +61,7 @@ SET(XML_RESOURCES revolutioncut_widget.xml revolutionfuse_widget.xml rotation_widget.xml - movement_widget.xml + translation_widget.xml boolean_widget.xml group_widget.xml partition_widget.xml @@ -88,16 +90,20 @@ INSTALL(TARGETS FeaturesPlugin DESTINATION plugins) INSTALL(FILES ${XML_RESOURCES} DESTINATION plugins) ADD_UNIT_TESTS(TestExtrusion.py + TestExtrusionSketch.py TestExtrusionCut.py TestExtrusionFuse.py TestRevolution.py + TestRevolutionSketch.py TestRevolutionCut.py TestRevolutionFuse.py + TestCompositeFeaturesOnCompSolids.py TestPartition.py TestPlacement.py TestTranslation.py TestRotation.py TestBoolean.py + TestBooleanCompSolids.py TestMultiBoolean.py TestSerialBoolean.py TestGroup.py)