bin/CMakeLists.txt
author koda
Wed, 15 Feb 2012 18:22:39 +0100
changeset 6685 ef706fccfb0a
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
moved other widgets under the USE_TOUCH_INTERFACE, added pause button (at least, graphically...)

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