# Copyright (c) 2016 LAAS-CNRS Author: Joseph Mirabel
#
# This file is part of gepetto-viewer-corba. gepetto-viewer-corba 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 3 of the License, or (at your option) any later version.
#
# gepetto-viewer-corba 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 General Lesser Public License
# for more details.  You should have received a copy of the GNU Lesser General
# Public License along with hpp-corbaserver.  If not, see
# <http://www.gnu.org/licenses/>.

install(
  FILES ${CMAKE_CURRENT_SOURCE_DIR}/hpp/gui/plugin.py
        ${CMAKE_CURRENT_SOURCE_DIR}/hpp/gui/parameters.py
        ${CMAKE_CURRENT_SOURCE_DIR}/hpp/gui/directpath.py
        ${CMAKE_CURRENT_SOURCE_DIR}/hpp/gui/graphutility.py
        ${CMAKE_CURRENT_SOURCE_DIR}/hpp/gui/findGrasp.py
        ${CMAKE_CURRENT_SOURCE_DIR}/hpp/gui/dynamicbuild.py
        ${CMAKE_CURRENT_SOURCE_DIR}/hpp/gui/inspector.py
        ${CMAKE_CURRENT_SOURCE_DIR}/hpp/gui/collision_pairs.py
        ${CMAKE_CURRENT_SOURCE_DIR}/hpp/gui/__init__.py
  DESTINATION ${PYTHON_SITELIB}/hpp/gui)
gepetto_gui_pyplugin(hpp/gui/plugin.py)
gepetto_gui_pyplugin(hpp/gui/dynamicbuild.py)
# GEPETTO_GUI_PYPLUGIN(hpp/gui/graphutility.py)
