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 )