I2CP added

This commit is contained in:
orignal 2016-05-12 15:37:46 -04:00
parent c49fdf1233
commit 67f1e07508
6 changed files with 40 additions and 2 deletions

View file

@ -76,6 +76,7 @@ set (CLIENT_SRC
"${CMAKE_SOURCE_DIR}/SOCKS.cpp"
"${CMAKE_SOURCE_DIR}/HTTP.cpp"
"${CMAKE_SOURCE_DIR}/HTTPProxy.cpp"
"${CMAKE_SOURCE_DIR}/I2CP.cpp"
)
add_library(i2pdclient ${CLIENT_SRC})