bin/CMakeLists.txt
author koda
Wed, 14 Jul 2010 00:43:36 +0200
changeset 3641 98319a621dc8
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
save the gl client state to get a nice 80% fps boost tidy rqKillFlakes

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