bin/CMakeLists.txt
author koda
Wed, 07 Jul 2010 02:52:11 +0200
changeset 3626 19f78afa0188
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
fix the multitouch shooting and moving fix a crash (unknown) when reloading leave the lobby open after returing from game

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