bin/CMakeLists.txt
author nemo
Sun, 10 Oct 2010 21:14:58 -0400
changeset 3954 ae3583ad6ea9
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Hopefully fix the last of the more obvious weapon bugs w/ infinite attack mode, add a depixeling sweep every 5s too.

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