bin/CMakeLists.txt
author Xeli
Tue, 07 Feb 2012 23:50:52 +0100
changeset 6651 4103354b7599
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
fixed aiming by touching the crosshair, made it compatible with the aiming buttons and disabled camera movement when touching buttons + some formatting fixes

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