Created a test obstacle to test collisions with.
[urggr.git] / src / urggr_package / CMakeLists.txt
blobb7e1c378124f80bcb4bbc2b2ef2a3044139bb9fc
2 #   Urggr - An horizontal scrolling shoot'em up.
3 #   Copyright 2008 Antoine Chavasse <a.chavasse@gmail.com>
4
5 #   This file is part of Urggr.
7 #   Urggr is free software; you can redistribute it and/or modify
8 #   it under the terms of the GNU General Public License version 3
9 #   as published by the Free Software Foundation.
11 #   Urggr is distributed in the hope that it will be useful,
12 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
13 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 #   GNU General Public License for more details.
16 #   You should have received a copy of the GNU General Public License
17 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.
19 configure_file(
20         urggr_package.lua
21         ${CMAKE_CURRENT_BINARY_DIR}/urggr_package.lua
24 install( FILES
25         ${CMAKE_CURRENT_BINARY_DIR}/urggr_package.lua
26         mainmenu.lua
27         game.lua
28         level.lua
29         gameobject.lua
30         camera.lua
31         ship.lua
32         playership.lua
33         test_obstacle.lua
34         
35         DESTINATION ${LUA_PACKAGE_INSTALL_PATH} )