bin/CMakeLists.txt
author unc0rr
Sat, 13 Aug 2011 20:44:42 +0400
changeset 5555 38e3d9347910
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Don't switch to gsConfirm state (which is pretty same as gsGame) when not in gsGame or gsChat state. Prevents crashes and other possible kinds of wierd behaviour.

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