bin/CMakeLists.txt
author nemo
Thu, 11 Mar 2010 04:31:50 +0000
changeset 2973 b51a0f57cd43
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Crude copy of grenade routine to allow AI to use watermelon bomb with reasonable lethalness.

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