X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FCMakeLists.txt;h=6bd7dcd403cf35baf3c01587efe2831f1a07ddc0;hb=refs%2Ftags%2FV_1.2.1;hp=4b4ce8e1152d74069b12a395d11073e9dfd074b2;hpb=35a88fdd724349275bbff32b9596a44e7cd422e2;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/CMakeLists.txt b/src/FeaturesPlugin/CMakeLists.txt index 4b4ce8e11..6bd7dcd40 100644 --- a/src/FeaturesPlugin/CMakeLists.txt +++ b/src/FeaturesPlugin/CMakeLists.txt @@ -1,3 +1,5 @@ +## Copyright (C) 2014-20xx CEA/DEN, EDF R&D --> + INCLUDE(Common) INCLUDE(UnitTest) @@ -5,22 +7,28 @@ SET(PROJECT_HEADERS FeaturesPlugin.h FeaturesPlugin_Plugin.h FeaturesPlugin_Extrusion.h - FeaturesPlugin_Boolean.h - FeaturesPlugin_Group.h + FeaturesPlugin_Revolution.h + FeaturesPlugin_Boolean.h + FeaturesPlugin_Group.h + FeaturesPlugin_Placement.h ) SET(PROJECT_SOURCES FeaturesPlugin_Plugin.cpp FeaturesPlugin_Extrusion.cpp + FeaturesPlugin_Revolution.cpp FeaturesPlugin_Boolean.cpp FeaturesPlugin_Group.cpp + FeaturesPlugin_Placement.cpp ) SET(XML_RESOURCES plugin-Features.xml extrusion_widget.xml + revolution_widget.xml boolean_widget.xml group_widget.xml + placement_widget.xml ) INCLUDE_DIRECTORIES( @@ -45,4 +53,6 @@ INSTALL(TARGETS FeaturesPlugin DESTINATION plugins) INSTALL(FILES ${XML_RESOURCES} DESTINATION plugins) ADD_UNIT_TESTS(TestExtrusion.py - TestBoolean.py) + TestBoolean.py + TestGroup.py + TestMultiBoolean.py)