bin/CMakeLists.txt
author unc0rr
Sun, 19 Apr 2009 11:59:23 +0000
changeset 2005 aa79f631711b
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Move health sorter to visual gears: - Should fix or at least help with problems when one of players quits (needs testing) - Breaks 0.9.10 compatibility, so increase protocol number and set version to 0.9.11-dev

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