bin/CMakeLists.txt
author nemo
Wed, 03 Mar 2010 04:33:49 +0000
changeset 2916 31f8d418ced3
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Make barrels a little easier to destroy (60 instead of 75) - still more than 2 shotgun blasts or a grenade, but in range of dynamite or a well-placed cluster

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