Salome HOME
getting access to Python plugin helpers in other modules
[modules/gui.git] / src / SalomeApp / pluginsdemo / CMakeLists.txt
index 26bee90e821d21f4cd996430ef3e5e1d0ea6edbc..463b601811e199fb8cab406ed5936ea3eb14dcd4 100755 (executable)
@@ -1,9 +1,9 @@
-# Copyright (C) 2012-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2015  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # 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
@@ -38,9 +38,12 @@ SET(_plugins_SCRIPTS
   tubebuilder.py
   salome_plugins.py
   smesh_plugins.py
+)
+SET(_helper_SCRIPTS
   xalome.py
 )
 
 # --- rules ---
 
 SALOME_INSTALL_SCRIPTS("${_plugins_SCRIPTS}" ${SALOME_GUI_INSTALL_PLUGINS}/demo DEF_PERMS)
+SALOME_INSTALL_SCRIPTS("${_helper_SCRIPTS}" ${SALOME_INSTALL_PYTHON})