share/hedgewars/Data/Graphics/CMakeLists.txt
author unc0rr
Mon, 12 Oct 2009 16:44:30 +0000
changeset 2428 6800f8aa0184
parent 969 7e8a87136fae
child 2747 7889a3a9724f
permissions -rw-r--r--
Huge Smaxx patch with some fixes by me: - support for non power of two textures - modelview matrix calculation optimizations - health effect when picking up health crates or using vampirism - rc plane training time trial - fix visual gear drawing position (might require recheck) - gamepad support - reordered options in frontend - updated binding options (subcaptions, descriptions and localizable names) - cfg-dir parameter for frontend (allows teams/settings to sit on a usb flash drive for example) - icons for chatroom user list
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)
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 181
diff changeset
     2
add_subdirectory(Graves)
969
7e8a87136fae - Add CMake script for Hats folder
unc0rr
parents: 822
diff changeset
     3
add_subdirectory(Hats)
822
2ae8fd8ef804 Use 'rope gun' sprite
unc0rr
parents: 562
diff changeset
     4
add_subdirectory(Hedgehog)
562
d1a9035175ed - Simplify build system files
unc0rr
parents: 536
diff changeset
     5
d1a9035175ed - Simplify build system files
unc0rr
parents: 536
diff changeset
     6
file(GLOB BaseSprites *.png) 
d1a9035175ed - Simplify build system files
unc0rr
parents: 536
diff changeset
     7
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 181
diff changeset
     8
install(FILES
562
d1a9035175ed - Simplify build system files
unc0rr
parents: 536
diff changeset
     9
	${BaseSprites}
d1a9035175ed - Simplify build system files
unc0rr
parents: 536
diff changeset
    10
	DESTINATION ${SHAREPATH}Data/Graphics)