Salome HOME
updated copyright message
[modules/smesh.git] / src / Tools / Verima / Stats / CMakeLists.txt
index 8a5d7e3f9c736bb93f4ca99136fa39de382cdaab..d374a44b63140b7ff0f65fb4d65d858c88796278 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2012-2013  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2023  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
 
 # scripts / static
 SET(plugin_SCRIPTS
+  __init__.py
+  getCritere.py
   getStats.py
   job.py
-  mean.py
-  ref.py
+  Type_Maille.py
   utiles.py
   ) 
 
 # --- rules ---
 
-SALOME_INSTALL_SCRIPTS("${plugin_SCRIPTS}" ${SALOME_SMESH_INSTALL_PLUGINS})
+SALOME_INSTALL_SCRIPTS("${plugin_SCRIPTS}" ${SALOME_SMESH_INSTALL_PLUGINS}/Verima/Stats)