share/hedgewars/Data/Names/CMakeLists.txt
author Palewolf
Sat, 25 Dec 2010 20:47:29 +0100
branch0.9.15
changeset 4679 876e103586d1
parent 1945 b997bcf86c39
child 8443 2debc9b9f917
permissions -rw-r--r--
Capture the flag (Blizzard) Map

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

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