bin/CMakeLists.txt
author koda
Wed, 08 Dec 2010 14:47:52 +0100
changeset 4476 4bf74e158f44
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
team selection completely refactored, now has animation and more performance use a semi transparent black background color (on powerful devices) other smaller improvements and bugfixes

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