X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHUtils%2FCMakeLists.txt;h=6750f063c00709a06de560f81766339d186074fd;hp=ecdc716c086b40d7a56d09218677f83b8aa431a0;hb=54d669640def1c7dd6461432564f2c78439fe9ca;hpb=e33e8e2029a4e91779b9c1d5f480979fa7b51d0b diff --git a/src/SMESHUtils/CMakeLists.txt b/src/SMESHUtils/CMakeLists.txt index ecdc716c0..6750f063c 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-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 # 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,12 +37,17 @@ ADD_DEFINITIONS( SET(_link_LIBRARIES ${CAS_TKShHealing} ${CAS_TKPrim} + ${CAS_TKernel} + ${CAS_TKBRep} ${CAS_TKG2d} ${CAS_TKG3d} ${CAS_TKGeomBase} ${CAS_TKGeomAlgo} - SMESHDS -) + ${CAS_TKTopAlgo} + ${CAS_TKMesh} + ${Boost_LIBRARIES} + SMDS + ) # --- headers --- @@ -61,7 +65,10 @@ SET(SMESHUtils_HEADERS SMESH_Utils.hxx SMESH_TryCatch.hxx SMESH_MeshAlgos.hxx -) + SMESH_MAT2d.hxx + SMESH_ControlPnt.hxx + SMESH_Delaunay.hxx + ) # --- sources --- @@ -74,7 +81,13 @@ SET(SMESHUtils_SOURCES SMESH_TryCatch.cxx SMESH_File.cxx SMESH_MeshAlgos.cxx -) + SMESH_MAT2d.cxx + SMESH_FreeBorders.cxx + SMESH_ControlPnt.cxx + SMESH_DeMerge.cxx + SMESH_Delaunay.cxx + SMESH_FillHole.cxx + ) # --- rules ---