From: abn Date: Mon, 18 Jan 2016 08:54:39 +0000 (+0100) Subject: Script to perform automatic renaming should be installed. X-Git-Tag: V8_0_0b1~22^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=07055a2da73e8b01fa8be11f621ae96821286fdf;p=tools%2Fmedcoupling.git Script to perform automatic renaming should be installed. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 788afbb4a..50e510407 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -201,6 +201,7 @@ IF(MEDCOUPLING_BUILD_DOC) ENDIF(MEDCOUPLING_BUILD_DOC) ADD_SUBDIRECTORY(resources) +ADD_SUBDIRECTORY(v8_work) # Configuration export # ==================== diff --git a/v8_work/CMakeLists.txt b/v8_work/CMakeLists.txt new file mode 100644 index 000000000..e0741a9bf --- /dev/null +++ b/v8_work/CMakeLists.txt @@ -0,0 +1,24 @@ +# Copyright (C) 2012-2015 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, 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 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# 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 +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + +SET (_pyFile + medcoup7to8.py +) + +SALOME_INSTALL_SCRIPTS("${_pyFile}" ${MEDCOUPLING_INSTALL_SCRIPT_PYTHON})