bin/CMakeLists.txt
author nemo
Sun, 13 Nov 2011 10:34:35 -0500
changeset 6347 27931e3ceff8
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Make AI avoid barrels the more they are damaged

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