share/hedgewars/Data/Graphics/CMakeLists.txt
author unc0rr
Sat, 26 Jan 2008 10:21:43 +0000
changeset 758 bebfae2063b3
parent 562 d1a9035175ed
child 822 2ae8fd8ef804
permissions -rw-r--r--
- Start conveting pngs to have alpha-channel
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 181
diff changeset
     1
add_subdirectory(Graves)
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 181
diff changeset
     2
add_subdirectory(AmmoMenu)
562
d1a9035175ed - Simplify build system files
unc0rr
parents: 536
diff changeset
     3
d1a9035175ed - Simplify build system files
unc0rr
parents: 536
diff changeset
     4
file(GLOB BaseSprites *.png) 
d1a9035175ed - Simplify build system files
unc0rr
parents: 536
diff changeset
     5
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 181
diff changeset
     6
install(FILES
562
d1a9035175ed - Simplify build system files
unc0rr
parents: 536
diff changeset
     7
	${BaseSprites}
d1a9035175ed - Simplify build system files
unc0rr
parents: 536
diff changeset
     8
	DESTINATION ${SHAREPATH}Data/Graphics)