bin/CMakeLists.txt
author Henek
Tue, 28 Dec 2010 23:53:37 +0100
changeset 4748 ce9b48de1f52
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
sudden death, now with visual and audial effects :D

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