CMake build: Add file_progress.cpp and mpi.c which were not listed.

This commit is contained in:
Jakob Petsovits 2015-07-15 21:53:03 -04:00
parent 8fe8a843e5
commit 4a5c6ec733
1 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@ set(sources
entry
error_code
file_storage
file_progress
lazy_bdecode
escape_string
string_util
@ -185,7 +186,7 @@ include_directories(${includes})
add_definitions(-DTORRENT_BUILDING_LIBRARY)
if (encryption)
list(APPEND sources pe_crypto asio_ssl)
list(APPEND sources mpi pe_crypto asio_ssl)
if(NOT DEFINED OPENSSL_INCLUDE_DIR OR NOT DEFINED OPENSSL_LIBRARIES)
FIND_PACKAGE(OpenSSL REQUIRED)
endif()