share/hedgewars/Data/Names/CMakeLists.txt
author Ondrej Skopek <skopekondrej@gmail.com>
Sat, 15 Dec 2012 23:00:07 +0100
changeset 8301 8bf36d368291
parent 1945 b997bcf86c39
child 8443 2debc9b9f917
permissions -rw-r--r--
Documented an unclear method call

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

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