Salome HOME
Update copyrights
[modules/smesh.git] / src / Tools / Verima / Base / CMakeLists.txt
index ce7f0ae25376b6fe7573ac8229a97c2272f5a2c9..df220b4b77e4e274b8187aa189b5406b8fb61969 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2012-2013  CEA/DEN, EDF R&D
+# Copyright (C) 2012-201 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)