Salome HOME
Plane object is added to construction plug-in
[modules/shaper.git] / src / ConstructionPlugin / CMakeLists.txt
index 0ddbb7f1b42a4807c3b210520adb9dd1fbe6e4df..0a1847283a9633002b259e4444b6920be189c3c9 100644 (file)
@@ -8,18 +8,21 @@ SET(PROJECT_HEADERS
     ConstructionPlugin_Plugin.h
     ConstructionPlugin_Point.h
        ConstructionPlugin_Axis.h
+       ConstructionPlugin_Plane.h
 )
 
 SET(PROJECT_SOURCES
     ConstructionPlugin_Plugin.cpp
     ConstructionPlugin_Point.cpp
        ConstructionPlugin_Axis.cpp
+       ConstructionPlugin_Plane.cpp
 )
 
 SET(XML_RESOURCES
   plugin-Construction.xml
   point_widget.xml
   axis_widget.xml
+  plane_widget.xml
 )
 
 SET(PROJECT_LIBRARIES