Salome HOME
Merge remote branch 'origin/V7_dev'
[modules/paravis.git] / src / Macro / CMakeLists.txt
index c7471bb86c7a40f49fde9a850d67bf3e86dfc10a..c84dcd6e2675a2a678a1c581de34d1388ad80b37 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2010-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2010-2016  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
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-#FILE(GLOB copy_FILES "*py")
-#INSTALL(FILES ${copy_FILES} DESTINATION ${CMAKE_INSTALL_PREFIX}/bin/salome/Macros)
-INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/src/Macro 
-        DESTINATION ${CMAKE_INSTALL_PREFIX}/bin/salome 
-        FILES_MATCHING PATTERN "*.py"
-        PATTERN "CVS" EXCLUDE
-        )
+SET(_PYFILES_TO_INSTALL
+  modes.py
+  annotate_groups.py
+  ShowSalomeObject.py
+  )
+
+SALOME_INSTALL_SCRIPTS("${_PYFILES_TO_INSTALL}" ${SALOME_INSTALL_SCRIPT_PYTHON}/Macro)