share/hedgewars/Data/Names/CMakeLists.txt
author nemo
Fri, 02 Apr 2010 15:41:39 +0000
changeset 3255 6d6f4241debe
parent 1945 b997bcf86c39
child 8443 2debc9b9f917
permissions -rw-r--r--
Alter distribution of probabilities from frontend, allow utility crates in shoppa if probabilities permit (still ban health crates)

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

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