From 042c3fa3cc46e30f0249a1836532f07d571e14e6 Mon Sep 17 00:00:00 2001 From: Meeh Date: Mon, 14 Jul 2014 19:06:16 +0200 Subject: [PATCH] Updating cmake file --- build/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt index ac114a45..8e22aca0 100644 --- a/build/CMakeLists.txt +++ b/build/CMakeLists.txt @@ -39,6 +39,7 @@ set ( SOURCES TunnelPool.cpp util.cpp Daemon.cpp + SOCKS.cpp ) set ( HEADERS @@ -68,6 +69,7 @@ set ( HEADERS TunnelPool.h util.h Daemon.h + SOCKS.h ) if (WIN32)