share/hedgewars/Data/Forts/CMakeLists.txt
author smaxx
Fri, 10 Sep 2010 16:42:11 +0200
changeset 3847 771562124b16
parent 3822 ee85a9c73ece
child 5982 283be2ca54a7
permissions -rw-r--r--
Engine: * Tiny adjustment to improve AI's Watermelon Bomb accuracy Graphics: * New flame graphics * Fixed mirrored earth in the mirrored fort graphic
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3822
ee85a9c73ece *patch by arrom: fix installation of fort images
koda
parents: 3789
diff changeset
     1
file(GLOB FortSprites *L.png *R.png) 
1032
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)