Browse Source

Adding missing aes.cpp/h to CMake file list. Issue #91

pull/93/head
Meeh 10 years ago
parent
commit
c9c311c41e
  1. 2
      build/CMakeLists.txt

2
build/CMakeLists.txt

@ -38,6 +38,7 @@ set ( SOURCES @@ -38,6 +38,7 @@ set ( SOURCES
TunnelEndpoint.cpp
TunnelPool.cpp
util.cpp
aes.cpp
Daemon.cpp
SOCKS.cpp
)
@ -68,6 +69,7 @@ set ( HEADERS @@ -68,6 +69,7 @@ set ( HEADERS
TunnelEndpoint.h
TunnelPool.h
util.h
aes.h
Daemon.h
SOCKS.h
)

Loading…
Cancel
Save