bin/CMakeLists.txt
author nemo
Sat, 29 Jan 2011 14:54:08 -0500
changeset 4882 b4c84db92d8f
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
expose set clan color for Cairo. might also be useful for betrayals in campaign mode or somesuch

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