Salome HOME
The default colors in preferences for sketch elements and features.
[modules/shaper.git] / src / ConstructionPlugin / CMakeLists.txt
index 0ddbb7f1b42a4807c3b210520adb9dd1fbe6e4df..302e08bb3323aceb00162d45fe3a0f584b63a147 100644 (file)
@@ -8,21 +8,25 @@ 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
+    Config
     ModelAPI 
     GeomAPI 
     GeomAlgoAPI
@@ -38,6 +42,7 @@ INSTALL(TARGETS ConstructionPlugin DESTINATION plugins)
 INSTALL(FILES ${XML_RESOURCES} DESTINATION plugins)
 
 INCLUDE_DIRECTORIES(
+  ../Config
   ../ModelAPI
   ../GeomAPI
   ../GeomAlgoAPI