bin/CMakeLists.txt
author Stepan777 <stepik-777@mail.ru>
Tue, 26 Jun 2012 02:14:35 +0400
changeset 7289 835bb2852579
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Restore almost old TCPBase behaviour (it was only necessary to move emiting of isReadyNow() from ClientDisconnect() to NewConnection()). Also ensure deletion of IPCSocket.

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