share/hedgewars/Data/Names/CMakeLists.txt
author koda
Sat, 11 Dec 2010 01:55:16 +0100
changeset 4504 8906b2409d97
parent 1945 b997bcf86c39
child 8443 2debc9b9f917
permissions -rw-r--r--
add the appirater class for getting more positive reviews enabled full multitasking for iphone (but only with ios >= 4.2) fixed a glitch that would leave stuff onscreen while ammo menu open

file(GLOB txtnames *.txt)
file(GLOB cfgnames *.cfg)

install(FILES
	types.ini
	${txtnames}
	${cfgnames}
	DESTINATION ${SHAREPATH}Data/Names)