Salome HOME
Script to perform automatic renaming should be installed.
authorabn <adrien.bruneton@cea.fr>
Mon, 18 Jan 2016 08:54:39 +0000 (09:54 +0100)
committerabn <adrien.bruneton@cea.fr>
Mon, 18 Jan 2016 08:54:39 +0000 (09:54 +0100)
CMakeLists.txt
v8_work/CMakeLists.txt [new file with mode: 0644]

index 788afbb4aa3cc0845d7b6562af4e4a78d65442a7..50e51040739824df7c841b20e0e51f94a672b985 100644 (file)
@@ -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 (file)
index 0000000..e0741a9
--- /dev/null
@@ -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})