X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHUtils%2FCMakeLists.txt;h=c21a8a6d5c4d8e8493a50531b66bb1eff76f0e87;hb=1746a461949c030eb46ccb860e586ade2e5de5e3;hp=8bafe47f4e7ec1808a0ab9bf40b510faf15e0a52;hpb=3c0d0df84892d19e42ae9b5331646c0617cd6a16;p=modules%2Fsmesh.git diff --git a/src/SMESHUtils/CMakeLists.txt b/src/SMESHUtils/CMakeLists.txt index 8bafe47f4..c21a8a6d5 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 --- @@ -79,6 +81,8 @@ SET(SMESHUtils_SOURCES SMESH_File.cxx SMESH_MeshAlgos.cxx SMESH_MAT2d.cxx + SMESH_FreeBorders.cxx + SMESH_ControlPnt.cxx ) # --- rules ---