share/hedgewars/Data/Graphics/Flags/CMakeLists.txt
author smaxx
Wed, 25 Aug 2010 12:28:37 +0200
changeset 3767 2416a3f51c77
parent 2747 7889a3a9724f
child 8443 2debc9b9f917
permissions -rw-r--r--
Frontend: * Updated the flag selection to sort flags and divide them into groups (countries/community flags)

file(GLOB FlagTemplates *.png) 

install(FILES
	${FlagTemplates}
	DESTINATION ${SHAREPATH}Data/Graphics/Flags)