bin/CMakeLists.txt
author nemo
Sun, 26 Feb 2012 13:37:17 -0500
changeset 6745 9dce541ca16f
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
right-click colour selection to scroll backwards through colours (bit hackish, subclassing + right click handling would be better than custom menu item signal)

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