From c62fb89ed8be640ad61ea4ed18303cc7c1629daa Mon Sep 17 00:00:00 2001 From: Steven McCoy Date: Fri, 12 Oct 2012 22:48:02 -0400 Subject: [PATCH] Update to libzmq source set. --- CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ea829c90..768c906d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,7 +75,6 @@ set(cxx-sources ctx.cpp dealer.cpp decoder.cpp - device.cpp devpoll.cpp dist.cpp encoder.cpp @@ -104,6 +103,7 @@ set(cxx-sources poll.cpp poller_base.cpp precompiled.cpp + proxy.cpp pub.cpp pull.cpp push.cpp @@ -118,11 +118,14 @@ set(cxx-sources socket_base.cpp stream_engine.cpp sub.cpp + tcp.cpp tcp_address.cpp tcp_connecter.cpp tcp_listener.cpp thread.cpp trie.cpp + v1_decoder.cpp + v1_encoder.cpp xpub.cpp xsub.cpp zmq.cpp