2019-02-14 15:09:13 +05:00
|
|
|
# Copyright (C) 2012-2019 CEA/DEN, EDF R&D, OPEN CASCADE
|
2009-02-13 17:16:39 +05:00
|
|
|
#
|
2012-08-09 13:58:02 +06:00
|
|
|
# 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
|
2014-02-18 12:44:41 +06:00
|
|
|
# version 2.1 of the License, or (at your option) any later version.
|
2009-02-13 17:16:39 +05:00
|
|
|
#
|
2012-08-09 13:58:02 +06:00
|
|
|
# This library is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
# Lesser General Public License for more details.
|
2009-02-13 17:16:39 +05:00
|
|
|
#
|
2012-08-09 13:58:02 +06:00
|
|
|
# You should have received a copy of the GNU Lesser General Public
|
|
|
|
# License along with this library; if not, write to the Free Software
|
|
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
2009-02-13 17:16:39 +05:00
|
|
|
#
|
2012-08-09 13:58:02 +06:00
|
|
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
2008-03-07 12:45:34 +05:00
|
|
|
#
|
2012-08-09 13:58:02 +06:00
|
|
|
|
2013-09-10 18:47:38 +06:00
|
|
|
SALOME_CONFIGURE_FILE(VERSION.in VERSION INSTALL ${SALOME_INSTALL_BINS})
|
2008-03-07 12:45:34 +05:00
|
|
|
|
2013-09-10 18:47:38 +06:00
|
|
|
# ===============================================================
|
|
|
|
# Files to be installed
|
|
|
|
# ===============================================================
|
2012-08-09 13:58:02 +06:00
|
|
|
|
2013-09-10 18:47:38 +06:00
|
|
|
SET(_bin_scripts
|
2018-11-14 22:07:14 +05:00
|
|
|
addvars2notebook_GEOM.py geom_setenv.py geom_test.py
|
2013-09-10 18:47:38 +06:00
|
|
|
)
|
|
|
|
SALOME_INSTALL_SCRIPTS("${_bin_scripts}" ${SALOME_INSTALL_SCRIPT_SCRIPTS})
|