From b0946115cf35f544e3936985fda0a960d0a11491 Mon Sep 17 00:00:00 2001 From: Guenter Obiltschnig Date: Mon, 10 Nov 2014 23:54:31 +0100 Subject: [PATCH] updated CMakeLists --- NetSSL_OpenSSL/samples/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/NetSSL_OpenSSL/samples/CMakeLists.txt b/NetSSL_OpenSSL/samples/CMakeLists.txt index e6ad6f591..66f895a6f 100644 --- a/NetSSL_OpenSSL/samples/CMakeLists.txt +++ b/NetSSL_OpenSSL/samples/CMakeLists.txt @@ -1,3 +1,4 @@ add_subdirectory( HTTPSTimeServer ) add_subdirectory( download ) add_subdirectory( Mail ) +add_subdirectory( TwitterClient )