share/hedgewars/Data/Names/CMakeLists.txt
author Xeli
Tue, 05 Jul 2011 18:22:07 +0200
branchhedgeroid
changeset 5393 2a8bdfc5b036
parent 1945 b997bcf86c39
child 8443 2debc9b9f917
permissions -rw-r--r--
removed the extra DataPackage apk, the main app will download it itself

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

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