From 0bcb57e8581b35c8d1d49284abdb0720607c818b Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Tue, 28 Nov 2017 15:08:33 -0800 Subject: Added base64 implementation, needed by websocket. --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 291769f0..2ab202d9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -119,6 +119,7 @@ if (NNG_PLATFORM_WINDOWS) ) endif() +add_subdirectory(supplemental/base64) add_subdirectory(supplemental/mbedtls) add_subdirectory(protocol/bus0) -- cgit v1.2.3-70-g09d2