From 3e54ecd49c5cc0570527857be94e4ab64a6b9bcd Mon Sep 17 00:00:00 2001 From: Bitiquinho Date: Thu, 12 May 2016 23:06:45 -0300 Subject: [PATCH] Added dgram.cpp to CMakeLists.txt sources --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b4fc3650..5f7eaac4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -436,6 +436,7 @@ set (cxx-sources curve_server.cpp dealer.cpp devpoll.cpp + dgram.cpp dist.cpp epoll.cpp err.cpp