X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSetPlugin%2FCMakeLists.txt;h=119d74843b938d8318c0fd2cb42eee5bcde9a2a8;hb=7f5d3b6de3d879b6a11389c06a6f183b2fa5a1b2;hp=ab420ebe9e44639b838e026a5a54f993f16594d1;hpb=69fae9d94ffa0fd9c37a756bf8d4736522f06214;p=modules%2Fshaper.git diff --git a/src/PartSetPlugin/CMakeLists.txt b/src/PartSetPlugin/CMakeLists.txt index ab420ebe9..119d74843 100644 --- a/src/PartSetPlugin/CMakeLists.txt +++ b/src/PartSetPlugin/CMakeLists.txt @@ -1,18 +1,18 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.11) - INCLUDE(Common) SET(PROJECT_HEADERS PartSetPlugin.h PartSetPlugin_Plugin.h PartSetPlugin_Part.h - PartSetPlugin_Point.h + PartSetPlugin_Duplicate.h + PartSetPlugin_Remove.h ) SET(PROJECT_SOURCES - PartSetPlugin_Plugin.cxx - PartSetPlugin_Part.cxx - PartSetPlugin_Point.cxx + PartSetPlugin_Plugin.cpp + PartSetPlugin_Part.cpp + PartSetPlugin_Duplicate.cpp + PartSetPlugin_Remove.cpp ) ADD_DEFINITIONS(-DPARTSETPLUGIN_EXPORTS ${BOOST_DEFINITIONS}) @@ -23,4 +23,9 @@ INCLUDE_DIRECTORIES( ../ModelAPI ) +SET(XML_RESOURCES + plugin-PartSet.xml +) + INSTALL(TARGETS PartSetPlugin DESTINATION plugins) +INSTALL(FILES ${XML_RESOURCES} DESTINATION plugins)