From 07055a2da73e8b01fa8be11f621ae96821286fdf Mon Sep 17 00:00:00 2001 From: abn Date: Mon, 18 Jan 2016 09:54:39 +0100 Subject: [PATCH] Script to perform automatic renaming should be installed. --- CMakeLists.txt | 1 + v8_work/CMakeLists.txt | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 v8_work/CMakeLists.txt 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}) -- 2.39.2