share/hedgewars/Data/Names/CMakeLists.txt
author unc0rr
Sun, 09 Sep 2012 14:45:21 +0400
changeset 7680 46a91cbed8db
parent 1945 b997bcf86c39
child 8443 2debc9b9f917
permissions -rw-r--r--
- Some improvements to tr() calls - Translate some entries in russian and english translations

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

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