share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author unc0rr
Wed, 14 Jan 2009 19:31:23 +0000
changeset 1674 b6d609815378
parent 969 7e8a87136fae
child 2874 3c7c2bf1ba38
permissions -rw-r--r--
Add English translation (needed to support plural forms)

file(GLOB HatSprites *.png)

install(FILES
	${HatSprites}
	DESTINATION ${SHAREPATH}Data/Graphics/Hats)