share/hedgewars/Data/Names/CMakeLists.txt
author nemo
Tue, 21 Aug 2012 19:40:02 -0400
changeset 7567 da2aa8355d91
parent 1945 b997bcf86c39
child 8443 2debc9b9f917
permissions -rw-r--r--
allow lua to specify template by number

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

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