X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers_I%2FCMakeLists.txt;h=04e09cfb6445d68254607ffd85d9abb5c01708c0;hb=7dbb2914d9aa9785661fc4ffb43358ec9a578cf9;hp=73bacce5c270d0453c9876375d96560edd8549ed;hpb=f7aba4830d53719b963fdb7fccc98b760fdef2d1;p=modules%2Fsmesh.git diff --git a/src/StdMeshers_I/CMakeLists.txt b/src/StdMeshers_I/CMakeLists.txt index 73bacce5c..04e09cfb6 100644 --- a/src/StdMeshers_I/CMakeLists.txt +++ b/src/StdMeshers_I/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 @@ -119,6 +119,7 @@ SET(StdMeshersEngine_HEADERS StdMeshers_ViscousLayers2D_i.hxx StdMeshers_CartesianParameters3D_i.hxx StdMeshers_Cartesian_3D_i.hxx + StdMeshers_PolygonPerFace_2D_i.hxx ) IF(SALOME_SMESH_ENABLE_MEFISTO) SET(StdMeshersEngine_HEADERS ${StdMeshersEngine_HEADERS} StdMeshers_MEFISTO_2D_i.hxx) @@ -173,6 +174,7 @@ SET(StdMeshersEngine_SOURCES StdMeshers_CartesianParameters3D_i.cxx StdMeshers_Cartesian_3D_i.cxx StdMeshers_Adaptive1D_i.cxx + StdMeshers_PolygonPerFace_2D_i.cxx ) IF(SALOME_SMESH_ENABLE_MEFISTO)