Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / PartSetPlugin / CMakeLists.txt
index 10d71fce75c5f3a173699115416a23a07bce5762..119d74843b938d8318c0fd2cb42eee5bcde9a2a8 100644 (file)
@@ -1,16 +1,18 @@
-CMAKE_MINIMUM_REQUIRED(VERSION 2.8.11)
-
 INCLUDE(Common)
 
 SET(PROJECT_HEADERS
     PartSetPlugin.h
     PartSetPlugin_Plugin.h
-    PartSetPlugin_NewPart.h
+    PartSetPlugin_Part.h
+    PartSetPlugin_Duplicate.h
+    PartSetPlugin_Remove.h
 )
 
 SET(PROJECT_SOURCES
-    PartSetPlugin_Plugin.cxx
-    PartSetPlugin_NewPart.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)