From 88ba494701204dc8fb78b8f92dcdbcdb44809a8b Mon Sep 17 00:00:00 2001 From: orignal Date: Mon, 6 Nov 2017 15:12:51 -0500 Subject: [PATCH] fixed build error --- build/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt index 03e4c450..1f18beb7 100644 --- a/build/CMakeLists.txt +++ b/build/CMakeLists.txt @@ -36,6 +36,7 @@ set (LIBI2PD_SRC "${LIBI2PD_SRC_DIR}/BloomFilter.cpp" "${LIBI2PD_SRC_DIR}/Config.cpp" "${LIBI2PD_SRC_DIR}/Crypto.cpp" + "${LIBI2PD_SRC_DIR}/CryptoKey.cpp" "${LIBI2PD_SRC_DIR}/Garlic.cpp" "${LIBI2PD_SRC_DIR}/Gzip.cpp" "${LIBI2PD_SRC_DIR}/HTTP.cpp"