X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FTools%2FCMakeLists.txt;h=b7bc5d7e06cb953037bc768093aec7d78d532ebc;hp=f23b4d0e0452f48075762d3ac01914bbae22fdf9;hb=39ef405afeff484d4a77e1d3604646b05d80eabf;hpb=1bd4ba8acdfe7ab1edc96a016836e174a393d445 diff --git a/src/Tools/CMakeLists.txt b/src/Tools/CMakeLists.txt index f23b4d0e0..b7bc5d7e0 100644 --- a/src/Tools/CMakeLists.txt +++ b/src/Tools/CMakeLists.txt @@ -1,9 +1,9 @@ -# Copyright (C) 2012-2013 CEA/DEN, EDF R&D +# Copyright (C) 2012-2015 EDF R&D # # 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 @@ -19,10 +19,14 @@ ADD_SUBDIRECTORY(MeshCut) ADD_SUBDIRECTORY(padder) +ADD_SUBDIRECTORY(Verima) +ADD_SUBDIRECTORY(blocFissure) +ADD_SUBDIRECTORY(MacMesh) IF(SALOME_BUILD_GUI) ADD_SUBDIRECTORY(MGCleanerPlug) ADD_SUBDIRECTORY(YamsPlug) + ADD_SUBDIRECTORY(ZCracksPlug) ENDIF(SALOME_BUILD_GUI) # scripts / static @@ -32,4 +36,4 @@ SET(plugin_SCRIPTS # --- rules --- -SALOME_INSTALL_SCRIPTS("${plugin_SCRIPTS}" ${SALOME_SMESH_INSTALL_PLUGINS}) \ No newline at end of file +SALOME_INSTALL_SCRIPTS("${plugin_SCRIPTS}" ${SALOME_SMESH_INSTALL_PLUGINS})