share/hedgewars/Data/Names/CMakeLists.txt
author unc0rr
Tue, 04 Jan 2011 22:33:20 +0300
changeset 4815 f2a3e1a51f4d
parent 1945 b997bcf86c39
child 8443 2debc9b9f917
permissions -rw-r--r--
Clearly state which port is IPC connection on

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

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