Browse Source

Updating cmake file

pull/93/head
Meeh 11 years ago
parent
commit
042c3fa3cc
  1. 2
      build/CMakeLists.txt

2
build/CMakeLists.txt

@ -39,6 +39,7 @@ set ( SOURCES @@ -39,6 +39,7 @@ set ( SOURCES
TunnelPool.cpp
util.cpp
Daemon.cpp
SOCKS.cpp
)
set ( HEADERS
@ -68,6 +69,7 @@ set ( HEADERS @@ -68,6 +69,7 @@ set ( HEADERS
TunnelPool.h
util.h
Daemon.h
SOCKS.h
)
if (WIN32)

Loading…
Cancel
Save