bin/CMakeLists.txt
author koda
Fri, 04 Nov 2011 00:38:37 +0100
changeset 6276 1e2f8da1860a
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
while formatting the ammomenu code i found out that it's simpler to move than i thought, and fixed a small glitch when animation was disabled

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