bin/CMakeLists.txt
author koda
Fri, 14 Jan 2011 00:31:21 +0100
branch0.9.15
changeset 4744 ecc2c757d0df
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
general uKey refactor in preparaiton of two new shortcuts

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