From 74086f18afa336000c3cf210939b1a1b843faaa5 Mon Sep 17 00:00:00 2001 From: Ben Craig Date: Sat, 4 Jul 2015 17:18:58 -0500 Subject: THRIFT-3219 Provide a C++ tutorial on server-side IP logging and per-connection state Client: C++ Patch: Ben Craig This closes #538 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4db182eaa..63e003e8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,6 +73,7 @@ endif() if(BUILD_CPP) add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/lib/cpp) + add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/tutorial/cpp) if(BUILD_TESTING) if(WITH_LIBEVENT AND WITH_ZLIB AND WITH_OPENSSL) add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/test/cpp) -- cgit v1.2.1