mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-13 01:20:22 +03:00
Adding missing aes.cpp/h to CMake file list. Issue #91
This commit is contained in:
parent
57a94946d5
commit
c9c311c41e
@ -38,6 +38,7 @@ set ( SOURCES
|
|||||||
TunnelEndpoint.cpp
|
TunnelEndpoint.cpp
|
||||||
TunnelPool.cpp
|
TunnelPool.cpp
|
||||||
util.cpp
|
util.cpp
|
||||||
|
aes.cpp
|
||||||
Daemon.cpp
|
Daemon.cpp
|
||||||
SOCKS.cpp
|
SOCKS.cpp
|
||||||
)
|
)
|
||||||
@ -68,6 +69,7 @@ set ( HEADERS
|
|||||||
TunnelEndpoint.h
|
TunnelEndpoint.h
|
||||||
TunnelPool.h
|
TunnelPool.h
|
||||||
util.h
|
util.h
|
||||||
|
aes.h
|
||||||
Daemon.h
|
Daemon.h
|
||||||
SOCKS.h
|
SOCKS.h
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user