share/hedgewars/Data/Graphics/CMakeLists.txt
author smxx
Wed, 10 Feb 2010 00:55:40 +0000
changeset 2786 85f6425a4d74
parent 2747 7889a3a9724f
child 4748 ce9b48de1f52
permissions -rw-r--r--
Engine: * Added LUA scripting support for trainings (and maybe soon) scenarios/missions * Converted Shotgun and Bazooka Training to LUA * New dependency: LUA 5.1 * New Mission Objectives window * Extended default keybinds for non-iPhone builds * NOTE: Script function names etc. might change soon so don't work too hard on your own missions (for now)! This is experimental! Frontend: * Added support for new training maps/LUA scripts
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
969
7e8a87136fae - Add CMake script for Hats folder
unc0rr
parents: 822
diff changeset
     1
add_subdirectory(AmmoMenu)
2747
7889a3a9724f Server:
smxx
parents: 969
diff changeset
     2
add_subdirectory(Flags)
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 181
diff changeset
     3
add_subdirectory(Graves)
969
7e8a87136fae - Add CMake script for Hats folder
unc0rr
parents: 822
diff changeset
     4
add_subdirectory(Hats)
822
2ae8fd8ef804 Use 'rope gun' sprite
unc0rr
parents: 562
diff changeset
     5
add_subdirectory(Hedgehog)
562
d1a9035175ed - Simplify build system files
unc0rr
parents: 536
diff changeset
     6
d1a9035175ed - Simplify build system files
unc0rr
parents: 536
diff changeset
     7
file(GLOB BaseSprites *.png) 
d1a9035175ed - Simplify build system files
unc0rr
parents: 536
diff changeset
     8
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 181
diff changeset
     9
install(FILES
562
d1a9035175ed - Simplify build system files
unc0rr
parents: 536
diff changeset
    10
	${BaseSprites}
d1a9035175ed - Simplify build system files
unc0rr
parents: 536
diff changeset
    11
	DESTINATION ${SHAREPATH}Data/Graphics)