bin/CMakeLists.txt
author unc0rr
Fri, 02 Nov 2012 00:09:40 +0400
changeset 7921 6b074de32bea
parent 7815 1a3a62b0ac11
child 8316 89232b2fa1d6
permissions -rw-r--r--
Send ROOM UPD message when team is added/deleted from room, and when game starts or finishes

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