bin/CMakeLists.txt
author koda
Sun, 12 Feb 2012 18:50:22 +0100
changeset 6679 d8b98aa486a6
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
tweaks to the value tracking slider (doesn't draw outside the superview bounds) and assign proper copyright notice to it

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