fix CMAKE build

This commit is contained in:
cpubug 2014-06-18 22:10:23 +04:00
parent b95caaf219
commit 170da1c903

View file

@ -39,6 +39,8 @@ set ( SOURCES
TunnelPool.cpp
util.cpp
Daemon.cpp
CryptoConst.cpp
aes.cpp
)
set ( HEADERS
@ -68,6 +70,8 @@ set ( HEADERS
TunnelPool.h
util.h
Daemon.h
CryptoConst.h
aes.h
)
if (WIN32)