share/hedgewars/Data/Graphics/Hedgehog/CMakeLists.txt
author nemo
Sun, 06 Nov 2011 16:21:07 -0500
changeset 6308 ef2804785a4e
parent 822 2ae8fd8ef804
child 8443 2debc9b9f917
permissions -rw-r--r--
Might as well make the air attack team coloured too
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
822
2ae8fd8ef804 Use 'rope gun' sprite
unc0rr
parents:
diff changeset
     1
file(GLOB HedgehogSprites *.png)
2ae8fd8ef804 Use 'rope gun' sprite
unc0rr
parents:
diff changeset
     2
2ae8fd8ef804 Use 'rope gun' sprite
unc0rr
parents:
diff changeset
     3
install(FILES
2ae8fd8ef804 Use 'rope gun' sprite
unc0rr
parents:
diff changeset
     4
	${HedgehogSprites}
2ae8fd8ef804 Use 'rope gun' sprite
unc0rr
parents:
diff changeset
     5
	DESTINATION ${SHAREPATH}Data/Graphics/Hedgehog)