Updated examples
[alexxy/gromacs-pyapi.git] / examples / CMakeLists.txt
1 #
2 # This file is part of the GROMACS-PyAPI package.
3 #
4 # Copyright (c) 2014,2015,
5 # by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
6 # by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
7 #
8 # GROMACS-PyAPI is free software; you can redistribute it and/or
9 # modify it under the terms of the GNU Lesser General Public License
10 # as published by the Free Software Foundation; either version 2.1
11 # of the License, or (at your option) any later version.
12 #
13 # GROMACS-PyAPI is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16 # Lesser General Public License for more details.
17 #
18 # You should have received a copy of the GNU Lesser General Public
19 # License along with GROMACS; if not, see
20 # http://www.gnu.org/licenses, or write to the Free Software Foundation,
21 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
22
23 file(GLOB GROMACS_PYAPI_EXAMPLES *.py)
24 install(FILES ${GROMACS_PYAPI_EXAMPLES}
25         DESTINATION ${CMAKE_INSTALL_PREFIX}/share/gromacs-pyapi)
26