From c9c311c41edf1d59cb3de05dbc6ab7e3b48d5316 Mon Sep 17 00:00:00 2001 From: Meeh Date: Wed, 6 Aug 2014 13:37:14 +0200 Subject: [PATCH] Adding missing aes.cpp/h to CMake file list. Issue #91 --- build/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt index 8e22aca0..641575bc 100644 --- a/build/CMakeLists.txt +++ b/build/CMakeLists.txt @@ -38,6 +38,7 @@ set ( SOURCES TunnelEndpoint.cpp TunnelPool.cpp util.cpp + aes.cpp Daemon.cpp SOCKS.cpp ) @@ -68,6 +69,7 @@ set ( HEADERS TunnelEndpoint.h TunnelPool.h util.h + aes.h Daemon.h SOCKS.h )