mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #4443
b2972927
osx compilation fix: missing boost libs added (Dusan Klinec)
This commit is contained in:
parent
b710d78026
commit
b4ec67b2f7
1 changed files with 2 additions and 0 deletions
|
@ -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})
|
||||
|
|
Loading…
Reference in a new issue