bin/CMakeLists.txt
author tiyuri@gmail.com
Sat, 07 Aug 2010 12:44:55 +0100
changeset 3731 f336f8d52f7e
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Remove random placement of health crate, looks like LUA random function may not be synced over network.

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