bin/CMakeLists.txt
author nemo
Tue, 10 Jan 2012 22:41:35 -0500
changeset 6555 11f82e49d276
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
allow roping into a portal (still detaches rope)

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