bin/CMakeLists.txt
author Xeli
Sat, 27 Oct 2012 20:05:52 +0200
changeset 7841 43e68ac28d79
parent 7815 1a3a62b0ac11
child 8316 89232b2fa1d6
permissions -rw-r--r--
apply unC0Rr's fix for 435 to landscape and non numbered ammomenu

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