X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHUtils%2FCMakeLists.txt;h=486454e74b45ac173f8cb1b8cdf5ab90b412e45c;hp=bd1f13ce4785d67d7164f1d0f2c570e5e296d037;hb=0e01b1efdff0b3ac4f14debde14b3817b2faf26f;hpb=1bd4ba8acdfe7ab1edc96a016836e174a393d445 diff --git a/src/SMESHUtils/CMakeLists.txt b/src/SMESHUtils/CMakeLists.txt index bd1f13ce4..486454e74 100644 --- a/src/SMESHUtils/CMakeLists.txt +++ b/src/SMESHUtils/CMakeLists.txt @@ -1,9 +1,9 @@ -# Copyright (C) 2012-2013 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2015 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -25,7 +25,6 @@ INCLUDE_DIRECTORIES( ${VTK_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${PROJECT_SOURCE_DIR}/src/SMDS - ${PROJECT_SOURCE_DIR}/src/SMESHDS ) # additional preprocessor / compiler flags @@ -38,10 +37,14 @@ ADD_DEFINITIONS( SET(_link_LIBRARIES ${CAS_TKShHealing} ${CAS_TKPrim} + ${CAS_TKernel} + ${CAS_TKBRep} ${CAS_TKG2d} ${CAS_TKG3d} ${CAS_TKGeomBase} - SMESHDS + ${CAS_TKGeomAlgo} + ${Boost_LIBRARIES} + SMDS ) # --- headers ---