bin/CMakeLists.txt
author unc0rr
Wed, 21 Oct 2009 19:41:24 +0000
changeset 2574 2f3e5c57359c
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Fix (quite rare) spectators queue error when joining game with teams left the game. Could be applied to 0.9.12 without breaking compatibility.

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