bin/CMakeLists.txt
author koda
Sun, 28 Oct 2012 04:47:30 +0100
changeset 7853 e70c633ed833
parent 7815 1a3a62b0ac11
child 8316 89232b2fa1d6
permissions -rw-r--r--
fix for issue #432, show ready toggle for room admins, set them always ready, keep the blinking option

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