bin/CMakeLists.txt
author Xeli
Sat, 28 Jan 2012 18:22:39 +0100
changeset 6606 fb6163ff4ebf
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
changed the ammomenu to be landscape for MOBILE, also tweaked the positions a bit, needs testing on iOS

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