bin/CMakeLists.txt
author nemo
Mon, 14 Nov 2011 22:38:24 -0500
changeset 6383 c34a8b98d78c
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
increase land tex size to 512, which is the current minimum required just to load a hat. On my system max fps rose from 840 to 890 - about 6% change. also a nil check, probably not needed.

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