bin/CMakeLists.txt
author koda
Mon, 10 Dec 2012 10:21:56 +0100 (2012-12-10)
changeset 8288 fd6743995dfc
parent 7815 1a3a62b0ac11
child 8316 89232b2fa1d6
permissions -rw-r--r--
Fix linux build broken in ra1577759bf62 (probably)
if(WIN32 AND NOT UNIX)
	file(GLOB DLLs *.dll)
	file(GLOB ICOs *.ico)
	
	install(FILES
		${DLLs}
		${ICOs}
		DESTINATION bin)
endif(WIN32 AND NOT UNIX)