X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHUtils%2FCMakeLists.txt;h=3641d913cdd06639fd7a5cdc3ccbc18b6ce1bc8c;hp=c79b29f2872ab9492ea6d30d827fb7586e42e349;hb=9dd045b97c68174d7ce52d592b239c6a1769e464;hpb=02ac54c6f33c5437c1d2204d704cf3da6fd31a8e diff --git a/src/SMESHUtils/CMakeLists.txt b/src/SMESHUtils/CMakeLists.txt index c79b29f28..3641d913c 100644 --- a/src/SMESHUtils/CMakeLists.txt +++ b/src/SMESHUtils/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2015 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2016 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 @@ -44,6 +44,7 @@ SET(_link_LIBRARIES ${CAS_TKGeomBase} ${CAS_TKGeomAlgo} ${CAS_TKTopAlgo} + ${CAS_TKMesh} ${Boost_LIBRARIES} SMDS ) @@ -65,6 +66,7 @@ SET(SMESHUtils_HEADERS SMESH_TryCatch.hxx SMESH_MeshAlgos.hxx SMESH_MAT2d.hxx + SMESH_ControlPnt.hxx ) # --- sources --- @@ -80,7 +82,9 @@ SET(SMESHUtils_SOURCES SMESH_MeshAlgos.cxx SMESH_MAT2d.cxx SMESH_FreeBorders.cxx -) + SMESH_ControlPnt.cxx + SMESH_DeMerge.cxx + ) # --- rules ---