bin/CMakeLists.txt
author nemo
Thu, 09 Jul 2009 14:36:41 +0000
changeset 2245 c011aecc95e5
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
unc0rr's patch from issue #144 - prevent spectators from ruining the game

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