mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
osx compilation fix: missing boost libs added
This commit is contained in:
parent
8bf5a00564
commit
b2972927ea
1 changed files with 2 additions and 0 deletions
|
@ -54,7 +54,9 @@ endif()
|
||||||
target_link_libraries(epee
|
target_link_libraries(epee
|
||||||
PUBLIC
|
PUBLIC
|
||||||
easylogging
|
easylogging
|
||||||
|
${Boost_CHRONO_LIBRARY}
|
||||||
${Boost_FILESYSTEM_LIBRARY}
|
${Boost_FILESYSTEM_LIBRARY}
|
||||||
|
${Boost_THREAD_LIBRARY}
|
||||||
PRIVATE
|
PRIVATE
|
||||||
${OPENSSL_LIBRARIES}
|
${OPENSSL_LIBRARIES}
|
||||||
${EXTRA_LIBRARIES})
|
${EXTRA_LIBRARIES})
|
||||||
|
|
Loading…
Reference in a new issue