X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FTools%2FVerima%2FBase%2FCMakeLists.txt;h=e4f65616e6bcf0a4e2f55a8eedda462acde9bc37;hb=251f8c052dd12dd29922210dc901b295fe999a0e;hp=ce7f0ae25376b6fe7573ac8229a97c2272f5a2c9;hpb=b9cd996c2076b9cc0206f151ff9a8c4c5dd7d728;p=modules%2Fsmesh.git diff --git a/src/Tools/Verima/Base/CMakeLists.txt b/src/Tools/Verima/Base/CMakeLists.txt index ce7f0ae25..e4f65616e 100644 --- a/src/Tools/Verima/Base/CMakeLists.txt +++ b/src/Tools/Verima/Base/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 @@ -26,6 +26,8 @@ SET(plugin_SCRIPTS importFromCSV.py tableDeBase.py tableGroupes.py + tableGroupeRatios.py + tableGroupeTailles.py tableGroupesRef.py tableMachines.py tableMaillages.py @@ -36,13 +38,9 @@ SET(plugin_SCRIPTS tableTailles.py tableVersions.py versions.py + __init__.py ) -SET(plugin_DB - myMesh.db - ) - # --- rules --- -SALOME_INSTALL_SCRIPTS("${plugin_SCRIPTS}" ${SALOME_SMESH_INSTALL_PLUGINS}) -SALOME_INSTALL_SCRIPTS("${plugin_DB}" ${SALOME_SMESH_INSTALL_PLUGINS}) +SALOME_INSTALL_SCRIPTS("${plugin_SCRIPTS}" ${SALOME_SMESH_INSTALL_PLUGINS}/Verima/Base)