X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FCMakeLists.txt;h=6ed1140b4a082dd24cb7aec21d20e23c0af8df7e;hp=9ef95077aa2caa894105ff022c538e383babca24;hb=20d9e162bd67182cbfa841bbfc9319919f4703e3;hpb=1bd4ba8acdfe7ab1edc96a016836e174a393d445 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9ef95077a..6ed1140b4 100755 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,28 +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. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -# Copyright (C) 2012-2013 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 @@ -55,13 +36,16 @@ SET(SUBDIRS_COMMON SMESH_I SMESHClient SMESH_SWIG - MEFISTO2 StdMeshers StdMeshers_I SMESH_PY Tools ) +IF(SALOME_SMESH_ENABLE_MEFISTO) + SET(SUBDIRS_MEFISTO2 MEFISTO2) +ENDIF(SALOME_SMESH_ENABLE_MEFISTO) + ## # CGNS ## @@ -86,6 +70,7 @@ ENDIF(SALOME_BUILD_GUI) SET(SUBDIRS ${SUBDIRS_COMMON} + ${SUBDIRS_MEFISTO2} ${SUBDIRS_CGNS} ${SUBDIRS_GUI} )