share/hedgewars/Data/Names/CMakeLists.txt
author dag10
Mon, 21 Jan 2013 14:07:39 -0500
changeset 8419 d99f46b676b5
parent 1945 b997bcf86c39
child 8443 2debc9b9f917
permissions -rw-r--r--
Prepends an asterisk on maps, styles, and themes that are DLC. (Resolves issue #515)

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

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