share/hedgewars/Data/Forts/CMakeLists.txt
author koda
Fri, 03 Sep 2010 01:54:29 +0200
changeset 3822 ee85a9c73ece
parent 3789 c3eb56754e92
child 5982 283be2ca54a7
permissions -rw-r--r--
*patch by arrom: fix installation of fort images *patch by arrom: remove the need of qm translation files *ifrontend: don't use spaces
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)