bin/CMakeLists.txt
author koda
Fri, 16 Nov 2012 06:14:18 +0100
changeset 8048 e14daa2508fc
parent 7815 1a3a62b0ac11
child 8316 89232b2fa1d6
permissions -rw-r--r--
Backed out changeset 5d00c28059e3 - enable the feedback button again

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