bin/CMakeLists.txt
author sheepluva
Mon, 11 Apr 2011 01:30:43 +0200
changeset 5139 090a8b8d1083
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
grenade back to old damage, but from now on explosions assume they are not closer to a gear's center than the gear's radius

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