bin/CMakeLists.txt
author Xeli
Mon, 29 Oct 2012 18:17:36 +0100
changeset 7876 a366fbe91b58
parent 7815 1a3a62b0ac11
child 8316 89232b2fa1d6
permissions -rw-r--r--
Fix 440, used 'grave' rather than '`' in default binds

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