bin/CMakeLists.txt
author nemo
Wed, 03 Nov 2010 15:03:24 -0400
changeset 4103 aa932f2e6349
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
clear gmAttack on attach to prevent a particularly nasty abuse found by the shoppa users.

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