bin/CMakeLists.txt
author nemo
Sun, 11 Sep 2011 10:22:09 -0400
changeset 5855 74c621e12baa
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
I do believe the only thing that was *ever* wrong with camera shake was someone decided to use getRandom on something that had always been a visual effect anyway. Pretty sure WorldDx is in fact safe to modify.

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