share/hedgewars/Data/Graphics/CMakeLists.txt
author unc0rr
Tue, 04 Mar 2008 20:23:23 +0000
changeset 793 c4a790225799
parent 562 d1a9035175ed
child 822 2ae8fd8ef804
permissions -rw-r--r--
- Massive images update by Tiyuri - New theme 'nature' by Tiyury - Some ajustment for new graphics in engine by me
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)