bin/CMakeLists.txt
author circoficus
Fri, 29 Oct 2010 11:19:21 -0400
changeset 4013 c9b20ed3566f
parent 1044 f759aae1062f
child 4501 53ac7d07e673
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.

if(WIN32 AND NOT UNIX)
	file(GLOB DLLs *.dll)
	
	install(FILES
		${DLLs}
		DESTINATION bin)
endif(WIN32 AND NOT UNIX)