From: azv Date: Thu, 30 Aug 2018 08:50:25 +0000 (+0300) Subject: Fix wrong migration to the dev version X-Git-Tag: V9_2_0a1~80 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cd2b012a52b30d320b9df15379f1f8903bfbc22d;p=modules%2Fshaper.git Fix wrong migration to the dev version --- diff --git a/src/Model/CMakeLists.txt b/src/Model/CMakeLists.txt index 2830c825e..33ec73c00 100644 --- a/src/Model/CMakeLists.txt +++ b/src/Model/CMakeLists.txt @@ -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} )