X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSetPlugin%2FCMakeLists.txt;h=119d74843b938d8318c0fd2cb42eee5bcde9a2a8;hb=7f5d3b6de3d879b6a11389c06a6f183b2fa5a1b2;hp=c27034c10ddd19dc4800fef8917a2da49f786138;hpb=62aff3aeed20f6d8e4001a2473bee227f92d9f66;p=modules%2Fshaper.git diff --git a/src/PartSetPlugin/CMakeLists.txt b/src/PartSetPlugin/CMakeLists.txt index c27034c10..119d74843 100644 --- a/src/PartSetPlugin/CMakeLists.txt +++ b/src/PartSetPlugin/CMakeLists.txt @@ -4,13 +4,15 @@ 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}) @@ -21,4 +23,9 @@ INCLUDE_DIRECTORIES( ../ModelAPI ) +SET(XML_RESOURCES + plugin-PartSet.xml +) + INSTALL(TARGETS PartSetPlugin DESTINATION plugins) +INSTALL(FILES ${XML_RESOURCES} DESTINATION plugins)