share/hedgewars/Data/Forts/CMakeLists.txt
author nemo
Tue, 02 Jun 2009 18:27:15 +0000
changeset 2143 ad05f6b2d1c0
parent 1032 bf6f5122baf7
child 3789 c3eb56754e92
permissions -rw-r--r--
New baseball bat sound, steam when fire lands on water (needs new hiss sound), bubbles when hedgehog drowns, more messages on game events
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1032
bf6f5122baf7 Set svn:eol-style to native
unc0rr
parents: 562
diff changeset
     1
file(GLOB FortSprites *.png) 
bf6f5122baf7 Set svn:eol-style to native
unc0rr
parents: 562
diff changeset
     2
bf6f5122baf7 Set svn:eol-style to native
unc0rr
parents: 562
diff changeset
     3
install(FILES
bf6f5122baf7 Set svn:eol-style to native
unc0rr
parents: 562
diff changeset
     4
	${FortSprites}
bf6f5122baf7 Set svn:eol-style to native
unc0rr
parents: 562
diff changeset
     5
	DESTINATION ${SHAREPATH}Data/Forts)