bin/CMakeLists.txt
author koda
Mon, 30 Aug 2010 01:43:21 +0200
changeset 3790 8f48b54f42ce
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
patch by inu to fix a glitch in netgame chatbox

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