bin/CMakeLists.txt
author nemo
Mon, 06 Dec 2010 21:15:41 -0500
changeset 4475 54e78c40970b
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
rendering optimisations. remove the recursive flames in explosions (might need more due to the gravity change in the new flames) but more usefully, eliminate a number of redundant Tint calls

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