bin/CMakeLists.txt
author nemo
Sun, 04 Sep 2011 12:06:10 -0400
changeset 5763 d7a887c7e2d0
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Add a crappy button to encourage artists to make another one. Restore Info page.

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