bin/CMakeLists.txt
author nemo
Sun, 28 Nov 2010 12:55:57 -0500
changeset 4428 2bc3d3475edf
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Try to kill off all teams if the player returns to the lobby in mid-game. Also leave game room open for admins to kick/restrict joins etc. NEEDS TESTING PROBABLY BROKE SOMETHING OR OTHER

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