X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSMESHUtils%2FCMakeLists.txt;h=cb34dffb5d333bc904a8c6e33fa307b3022c8aaa;hb=cc2c7dfdc05c6f4b75376f9b66e8b2fb65d892f0;hp=3641d913cdd06639fd7a5cdc3ccbc18b6ce1bc8c;hpb=9dd045b97c68174d7ce52d592b239c6a1769e464;p=modules%2Fsmesh.git diff --git a/src/SMESHUtils/CMakeLists.txt b/src/SMESHUtils/CMakeLists.txt index 3641d913c..cb34dffb5 100644 --- a/src/SMESHUtils/CMakeLists.txt +++ b/src/SMESHUtils/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2023 CEA, EDF, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -21,32 +21,24 @@ # additional include directories INCLUDE_DIRECTORIES( ${KERNEL_INCLUDE_DIRS} - ${CAS_INCLUDE_DIRS} - ${VTK_INCLUDE_DIRS} + ${OpenCASCADE_INCLUDE_DIR} ${Boost_INCLUDE_DIRS} ${PROJECT_SOURCE_DIR}/src/SMDS ) # additional preprocessor / compiler flags ADD_DEFINITIONS( - ${CAS_DEFINITIONS} + ${OpenCASCADE_DEFINITIONS} ${BOOST_DEFINITIONS} ) # libraries to link to SET(_link_LIBRARIES - ${CAS_TKShHealing} - ${CAS_TKPrim} - ${CAS_TKernel} - ${CAS_TKBRep} - ${CAS_TKG2d} - ${CAS_TKG3d} - ${CAS_TKGeomBase} - ${CAS_TKGeomAlgo} - ${CAS_TKTopAlgo} - ${CAS_TKMesh} - ${Boost_LIBRARIES} - SMDS + ${OpenCASCADE_ModelingAlgorithms_LIBRARIES} + ${OpenCASCADE_FoundationClasses_LIBRARIES} + ${OpenCASCADE_ModelingData_LIBRARIES} + ${Boost_LIBRARIES} + SMDS ) # --- headers --- @@ -67,7 +59,11 @@ SET(SMESHUtils_HEADERS SMESH_MeshAlgos.hxx SMESH_MAT2d.hxx SMESH_ControlPnt.hxx -) + SMESH_Delaunay.hxx + SMESH_Indexer.hxx + SMESH_BoostTxtArchive.hxx + SMESH_MGLicenseKeyGen.hxx + ) # --- sources --- @@ -84,6 +80,14 @@ SET(SMESHUtils_SOURCES SMESH_FreeBorders.cxx SMESH_ControlPnt.cxx SMESH_DeMerge.cxx + SMESH_Delaunay.cxx + SMESH_FillHole.cxx + SMESH_Triangulate.cxx + SMESH_Offset.cxx + SMESH_Slot.cxx + SMESH_PolyLine.cxx + SMESH_BoostTxtArchive.cxx + SMESH_MGLicenseKeyGen.cxx ) # --- rules ---