bin/CMakeLists.txt
author smxx
Mon, 15 Feb 2010 14:04:29 +0000
changeset 2811 4cad87e11bf6
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Engine: * Reduced alt weapon box's size to 75% * Updated DrawTextureF and DrawRotatedTextureF to support multiple columns as well as custom dimensions

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