bin/CMakeLists.txt
author koda
Fri, 14 Oct 2011 19:00:31 +0200
branch0.9.16
changeset 5999 dad168522e3b
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
display a message when network is down or server is not reachable, nemo also made the page refresh at display time

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