bin/CMakeLists.txt
author nemo
Mon, 11 May 2009 21:27:31 +0000
changeset 2047 805f7b62cff6
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Allow speech bubble/small damage tags in "reduced quality" First is needed for game context, 2nd has little impact on framerate

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