mirror of
https://github.com/monero-project/monero.git
synced 2025-07-31 15:58:39 -04:00
Merge pull request #2657
52ec0e7f
epee: link against ssl/crypto for the new SSL code (moneromooo-monero)
This commit is contained in:
commit
da1bb4b0af
1 changed files with 2 additions and 0 deletions
|
@ -49,4 +49,6 @@ target_link_libraries(epee
|
||||||
easylogging
|
easylogging
|
||||||
${Boost_FILESYSTEM_LIBRARY}
|
${Boost_FILESYSTEM_LIBRARY}
|
||||||
PRIVATE
|
PRIVATE
|
||||||
|
ssl
|
||||||
|
crypto
|
||||||
${EXTRA_LIBRARIES})
|
${EXTRA_LIBRARIES})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue