share/hedgewars/Data/Graphics/CMakeLists.txt
author nemo
Fri, 30 Oct 2009 19:41:39 +0000
changeset 2595 d57af3defd56
parent 969 7e8a87136fae
child 2747 7889a3a9724f
permissions -rw-r--r--
This massive image modification removes colour profile information and adds an alpha channel. The first saves a little space, the second costs a little space. First is needed since SDL on OSX applies colour profile info which, while cool, is useless so long as the other theme colours are un-adjusted. Second is since we are apparently requiring full 32 bit surfaces now.
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)