bin/CMakeLists.txt
author sheepluva
Mon, 24 Oct 2011 10:30:47 +0200
changeset 6197 4ce7c29799b9
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
chat: + added timestamps (can also be css styled and disabled) + allow exchanging stylesheet by just dragging a *.css file into the chat widget! + /saveStyleSheet command for keeping the applied stylesheet for future runs + /discardStyleSheet to reset to the saved/default stylesheet Note: I noticed command auto-completion is broken, don't know since when. annoying.

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