bin/CMakeLists.txt
author nemo
Fri, 26 Mar 2010 17:22:52 +0000
changeset 3083 8da8f2515221
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Eliminate flake kick on themes with no flakes, more than 200 flakes (city) or explosions of 25 or smaller

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