commit | 21b68524084cb47ada51701aa13061d8820d15e5 | [log] [tgz] |
---|---|---|
author | Jim King <jim.king@simplivity.com> | Sun Apr 26 18:30:26 2015 -0400 |
committer | Roger Meier <roger@apache.org> | Thu Apr 30 12:41:16 2015 +0200 |
tree | 7792baa098483a85d9bdb81cdd6d62935f9b094a | |
parent | 87bb771d89cc499d4a86fc31fcd954b76c0f5348 [diff] [blame] |
THRIFT-3083 consolidate simple and threaded server run loops
diff --git a/lib/cpp/CMakeLists.txt b/lib/cpp/CMakeLists.txt index c11fc56..8ea0546 100755 --- a/lib/cpp/CMakeLists.txt +++ b/lib/cpp/CMakeLists.txt
@@ -56,6 +56,7 @@ src/thrift/transport/TBufferTransports.cpp src/thrift/server/TConnectedClient.cpp src/thrift/server/TServer.cpp + src/thrift/server/TServerFramework.cpp src/thrift/server/TSimpleServer.cpp src/thrift/server/TThreadPoolServer.cpp src/thrift/server/TThreadedServer.cpp