X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FCMakeLists.txt;h=77f89e52c6e2c17682c78aba1ec3017b81cfac0d;hb=1a0d48211014d96db9125fe973eacbae895c4490;hp=a29526870e0e828d2315efb90fc1425ce2962178;hpb=7ae8f08629e5f99575f3cec07a8b701dd9209591;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/CMakeLists.txt b/src/FeaturesPlugin/CMakeLists.txt index a29526870..77f89e52c 100644 --- a/src/FeaturesPlugin/CMakeLists.txt +++ b/src/FeaturesPlugin/CMakeLists.txt @@ -33,7 +33,11 @@ SET(PROJECT_SOURCES FeaturesPlugin_Placement.cpp FeaturesPlugin_CompositeBoolean.cpp FeaturesPlugin_ExtrusionBoolean.cpp + FeaturesPlugin_ExtrusionCut.cpp + FeaturesPlugin_ExtrusionFuse.cpp FeaturesPlugin_RevolutionBoolean.cpp + FeaturesPlugin_RevolutionCut.cpp + FeaturesPlugin_RevolutionFuse.cpp ) SET(XML_RESOURCES @@ -73,7 +77,14 @@ INSTALL(TARGETS FeaturesPlugin DESTINATION plugins) INSTALL(FILES ${XML_RESOURCES} DESTINATION plugins) ADD_UNIT_TESTS(TestExtrusion.py - TestBoolean.py + TestExtrusionCut.py + TestExtrusionFuse.py TestRevolution.py - TestGroup.py - TestMultiBoolean.py) + TestRevolutionCut.py + TestRevolutionFuse.py + TestMovement.py + TestRotation.py + TestBoolean.py + TestMultiBoolean.py + TestSerialBoolean.py + TestGroup.py)