Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / PartSetPlugin / CMakeLists.txt
index c27034c10ddd19dc4800fef8917a2da49f786138..119d74843b938d8318c0fd2cb42eee5bcde9a2a8 100644 (file)
@@ -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)