Salome HOME
Issue #2612 : Re-calculate model after modification of parameters
[modules/shaper.git] / src / Model / CMakeLists.txt
index 2830c825e50d423ed5f1dc65f836914d3774beb1..33ec73c00da0d180a8b3d58b10c09f869ab09ae8 100644 (file)
@@ -102,6 +102,7 @@ SET(PROJECT_LIBRARIES
     GeomData
     GeomAPI
     GeomAlgoAPI
+    ModelGeomAlgo
     ${OpenCASCADE_ApplicationFramework_LIBRARIES}
 )
 SET(PROJECT_INCLUDES
@@ -112,6 +113,7 @@ SET(PROJECT_INCLUDES
   ../GeomDataAPI
   ../GeomAlgoAPI
   ../GeomAPI
+  ../ModelGeomAlgo
   ${OpenCASCADE_INCLUDE_DIR}
 )