bin/CMakeLists.txt
author smaxx
Mon, 26 Jul 2010 11:04:32 +0200
changeset 3677 7d917b587547
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Engine: * Added weapon offsets to AI's gear prediction. This should improve its aiming once again.

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