bin/CMakeLists.txt
author nemo
Sat, 16 Jul 2011 13:01:11 -0400
changeset 5415 94e26612e2ec
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Adjust "sticky" fire (molotov) so it makes better fire pits, by making the kicks more regular, yet of random left/right. Tweak napalm slightly along same lines. Probably needs more balancing.

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