bin/CMakeLists.txt
author nemo
Tue, 13 Mar 2012 21:51:50 -0400
changeset 6782 33009ac4de80
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
For reasons I can't fathom, if this portion isn't commented out, the AI completely fails w/ a weaponset of only firepunch. Something is seriously screwed up in RateShove, but after reading it many times, I still don't see it.

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