share/hedgewars/Data/Missions/Training/CMakeLists.txt
author circoficus
Fri, 29 Oct 2010 11:19:21 -0400
changeset 4013 c9b20ed3566f
parent 3238 e99a43a2405b
child 8443 2debc9b9f917
permissions -rw-r--r--
An initial arabic translation. The game engine strings, unfortunately, are not mirrored. A bug should probably be filed on that. It maybe necessary to actually flip the text texture generated by SDL.

file(GLOB Scripts *.lua)

install(FILES
	${Scripts}
	DESTINATION ${SHAREPATH}Data/Missions/Training)