diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt index fc9ca417..8ea4bfcc 100644 --- a/build/CMakeLists.txt +++ b/build/CMakeLists.txt @@ -77,6 +77,8 @@ set (LIBI2PD_SRC "${LIBI2PD_SRC_DIR}/api.cpp" "${LIBI2PD_SRC_DIR}/Event.cpp" "${LIBI2PD_SRC_DIR}/Gost.cpp" + "${LIBI2PD_SRC_DIR}/ChaCha20.cpp" + "${LIBI2PD_SRC_DIR}/Poly1305.cpp" ) if (WITH_WEBSOCKETS)