bin/CMakeLists.txt
author koda
Sat, 11 Dec 2010 01:55:16 +0100
changeset 4504 8906b2409d97
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
add the appirater class for getting more positive reviews enabled full multitasking for iphone (but only with ios >= 4.2) fixed a glitch that would leave stuff onscreen while ammo menu open

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