osx compilation fix: missing boost libs added

This commit is contained in:
Dusan Klinec 2018-09-25 19:30:22 +02:00
parent 8bf5a00564
commit b2972927ea
No known key found for this signature in database
GPG Key ID: 6337E118CCBCE103
1 changed files with 2 additions and 0 deletions

View File

@ -54,7 +54,9 @@ endif()
target_link_libraries(epee
PUBLIC
easylogging
${Boost_CHRONO_LIBRARY}
${Boost_FILESYSTEM_LIBRARY}
${Boost_THREAD_LIBRARY}
PRIVATE
${OPENSSL_LIBRARIES}
${EXTRA_LIBRARIES})