bin/CMakeLists.txt
author nemo
Wed, 08 Aug 2012 20:32:27 -0400
changeset 7523 0790527b4e00
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
When exiting a room where one was host, server sends a REMOVE_TEAM for the local team. It appears that this loop would not break in that case. Add a log message and a break. (I've hit a frozen frontend twice now)

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