Salome HOME
Implementation of Point feature (without computation of result yet) plus some debug...
[modules/shaper.git] / src / PartSetPlugin / CMakeLists.txt
index 10d71fce75c5f3a173699115416a23a07bce5762..ab420ebe9e44639b838e026a5a54f993f16594d1 100644 (file)
@@ -5,12 +5,14 @@ INCLUDE(Common)
 SET(PROJECT_HEADERS
     PartSetPlugin.h
     PartSetPlugin_Plugin.h
-    PartSetPlugin_NewPart.h
+    PartSetPlugin_Part.h
+    PartSetPlugin_Point.h
 )
 
 SET(PROJECT_SOURCES
     PartSetPlugin_Plugin.cxx
-    PartSetPlugin_NewPart.cxx
+    PartSetPlugin_Part.cxx
+    PartSetPlugin_Point.cxx
 )
 
 ADD_DEFINITIONS(-DPARTSETPLUGIN_EXPORTS ${BOOST_DEFINITIONS})