X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHUtils%2FCMakeLists.txt;h=4002a872a9b8be3d796270a19c5e7db063362fde;hp=ae011b71ade048abc82f45bce647c72eb09f6b97;hb=d9f4b53e489dd5857db264ede6acded7b076c9f1;hpb=f6825d843153c333e95e1345ef7c7fc2d0fe5698 diff --git a/src/SMESHUtils/CMakeLists.txt b/src/SMESHUtils/CMakeLists.txt index ae011b71a..4002a872a 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-2022 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 @@ -22,7 +22,6 @@ INCLUDE_DIRECTORIES( ${KERNEL_INCLUDE_DIRS} ${OpenCASCADE_INCLUDE_DIR} - ${VTK_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${PROJECT_SOURCE_DIR}/src/SMDS ) @@ -61,6 +60,9 @@ SET(SMESHUtils_HEADERS SMESH_MAT2d.hxx SMESH_ControlPnt.hxx SMESH_Delaunay.hxx + SMESH_Indexer.hxx + SMESH_BoostTxtArchive.hxx + SMESH_MGLicenseKeyGen.hxx ) # --- sources --- @@ -82,6 +84,10 @@ SET(SMESHUtils_SOURCES SMESH_FillHole.cxx SMESH_Triangulate.cxx SMESH_Offset.cxx + SMESH_Slot.cxx + SMESH_PolyLine.cxx + SMESH_BoostTxtArchive.cxx + SMESH_MGLicenseKeyGen.cxx ) # --- rules ---