share/hedgewars/Data/Names/CMakeLists.txt
author EJ <eivind.jahren@gmail.com>
Sun, 20 Mar 2011 15:03:39 +0100
changeset 5032 813554ab76b8
parent 1945 b997bcf86c39
child 8443 2debc9b9f917
permissions -rw-r--r--
Replaced bs2packs.

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

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