bin/CMakeLists.txt
author mikade
Sun, 26 Feb 2012 16:31:25 -0500
changeset 6747 3f85b103f29f
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
use per hog ammo game flag. improves AI play

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