Salome HOME
Merge branch 'Dev_1.1.0' of newgeom:newgeom.git into Dev_1.1.0
[modules/shaper.git] / src / ConstructionPlugin / CMakeLists.txt
index 0a1847283a9633002b259e4444b6920be189c3c9..302e08bb3323aceb00162d45fe3a0f584b63a147 100644 (file)
@@ -26,6 +26,7 @@ SET(XML_RESOURCES
 )
 
 SET(PROJECT_LIBRARIES
+    Config
     ModelAPI 
     GeomAPI 
     GeomAlgoAPI
@@ -41,6 +42,7 @@ INSTALL(TARGETS ConstructionPlugin DESTINATION plugins)
 INSTALL(FILES ${XML_RESOURCES} DESTINATION plugins)
 
 INCLUDE_DIRECTORIES(
+  ../Config
   ../ModelAPI
   ../GeomAPI
   ../GeomAlgoAPI