share/hedgewars/Data/Graphics/CMakeLists.txt
author unc0rr
Sun, 27 Jan 2008 20:35:40 +0000
changeset 769 788efc1d649f
parent 562 d1a9035175ed
child 822 2ae8fd8ef804
permissions -rw-r--r--
- Save 8 MB of memory by freeing LandSurface and not using it anymore after game initialization - Reanimate girder (and partly teleportation tool)
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)