bin/CMakeLists.txt
author nemo
Mon, 01 Feb 2010 07:10:33 +0000
changeset 2736 cc04e98dd535
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Tweak napalm so it'll hit on the X without wind. Unlike bombs / minestrike, should not depend on height of X.

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