X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHUtils%2FCMakeLists.txt;h=0adf75ebfaf8468d19af993f133a84e4c2ed3969;hb=ad718f985481e242cb34b54e1b373066b1a5bda3;hp=ae011b71ade048abc82f45bce647c72eb09f6b97;hpb=97889f80acb2a7e5d7c9aaa2b6c6b2557014b49d;p=modules%2Fsmesh.git diff --git a/src/SMESHUtils/CMakeLists.txt b/src/SMESHUtils/CMakeLists.txt index ae011b71a..0adf75ebf 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-2019 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 @@ -61,6 +61,7 @@ SET(SMESHUtils_HEADERS SMESH_MAT2d.hxx SMESH_ControlPnt.hxx SMESH_Delaunay.hxx + SMESH_Indexer.hxx ) # --- sources --- @@ -82,6 +83,8 @@ SET(SMESHUtils_SOURCES SMESH_FillHole.cxx SMESH_Triangulate.cxx SMESH_Offset.cxx + SMESH_Slot.cxx + SMESH_PolyLine.cxx ) # --- rules ---