bin/CMakeLists.txt
author koda
Thu, 20 Jan 2011 01:49:20 +0100
changeset 4861 91f889289a47
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
(ios) perform a small change about how to close the game window, should hopefully save memory and avoid crashes (who am i kidding? that's the usual PR talk...)

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