Salome HOME
Merge branch 'V9_9_BR'
[modules/smesh.git] / src / Tools / Verima / Stats / CMakeLists.txt
index f53e313ee664b7dbac8b4b7c361f37faaac2d455..43df5288296f3ca65a583056f7a15b7ddc37b111 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  EDF R&D
+# Copyright (C) 2012-2022  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
 
 # 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)