X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=wrapfiles.cmake;h=1906a08aa5d80830fd94f2f24530ba25a6c0a652;hb=45b569befd7a5906c17c7a8a42979606e9832b84;hp=1d8e276e314b49f294ebfba0944e5ef699237bc8;hpb=45730a713833b123768d9e895d06ffd86bca71d0;p=modules%2Fparavis.git diff --git a/wrapfiles.cmake b/wrapfiles.cmake index 1d8e276e..1906a08a 100644 --- a/wrapfiles.cmake +++ b/wrapfiles.cmake @@ -1,5 +1,24 @@ +# Copyright (C) 2010-2012 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. +# +# 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 +# + ADD_CUSTOM_COMMAND( - OUTPUT wrapfiles.txt - COMMAND pvpython ${CMAKE_SOURCE_DIR}/getwrapclasses.py + OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/wrapfiles.txt + COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/getwrapclasses.py DEPENDS ${CMAKE_SOURCE_DIR}/getwrapclasses.py ${PARAVIEW_PYTHON_EXECUTABLE} )