X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHUtils%2FCMakeLists.txt;h=c84715eed262da158df4cb9103f7668cfc0a999f;hp=8c2f3217d5ae4d2b1b3d46506f8853bef6d85f00;hb=f6b5d2f920970263bd4aa50e6ef7116d5c1b1625;hpb=6dcb33ab2f670eab4a3d3c24b9ff0761bc091d20 diff --git a/src/SMESHUtils/CMakeLists.txt b/src/SMESHUtils/CMakeLists.txt index 8c2f3217d..c84715eed 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 @@ -43,6 +43,8 @@ SET(_link_LIBRARIES ${CAS_TKG3d} ${CAS_TKGeomBase} ${CAS_TKGeomAlgo} + ${CAS_TKTopAlgo} + ${CAS_TKMesh} ${Boost_LIBRARIES} SMDS ) @@ -64,6 +66,8 @@ SET(SMESHUtils_HEADERS SMESH_TryCatch.hxx SMESH_MeshAlgos.hxx SMESH_MAT2d.hxx + SMESH_ControlPnt.hxx + SMESH_Delaunay.hxx ) # --- sources --- @@ -78,7 +82,11 @@ SET(SMESHUtils_SOURCES SMESH_File.cxx SMESH_MeshAlgos.cxx SMESH_MAT2d.cxx -) + SMESH_FreeBorders.cxx + SMESH_ControlPnt.cxx + SMESH_DeMerge.cxx + SMESH_Delaunay.cxx + ) # --- rules ---