Salome HOME
Copyright update 2022
[plugins/hybridplugin.git] / bin / CMakeLists.txt
old mode 100755 (executable)
new mode 100644 (file)
index a3e5fd4..7da2fe0
@@ -1,9 +1,9 @@
-# Copyright (C) 2012-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2022  CEA/DEN, 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
 
 SALOME_CONFIGURE_FILE(VERSION.in VERSION INSTALL ${SALOME_INSTALL_BINS})
 
-
 # scripts / static / binaries
 # temporary standalone project version of mg-hybrid.exe
 SET(_bin_SCRIPTS
-  essai.bash
-  mg-hybrid.exe
+  mg-hybrid.bash
   mg-hybrid.exe_Linux_64_avril2014
+  mg-hybrid.exe_Linux_64_juillet2014
+  createGroupsOnEntitiesFromGMFFile.py
 )
 
-
 # --- rules ---
 SALOME_INSTALL_SCRIPTS("${_bin_SCRIPTS}" ${SALOME_INSTALL_BINS})