bin/CMakeLists.txt
author nemo
Sun, 05 Jul 2009 13:25:02 +0000
changeset 2223 e009fee03c96
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
allow attacks while moving on ammo with alt attack (parachute/rope/jetpack) - needs testing.

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