1
0
Fork 0
mirror of https://git.wownero.com/wownero/wownero.git synced 2024-08-15 01:03:23 +00:00

Merge pull request

52ec0e7f epee: link against ssl/crypto for the new SSL code (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2017-10-15 20:13:53 +02:00
commit da1bb4b0af

View file

@ -49,4 +49,6 @@ target_link_libraries(epee
easylogging easylogging
${Boost_FILESYSTEM_LIBRARY} ${Boost_FILESYSTEM_LIBRARY}
PRIVATE PRIVATE
ssl
crypto
${EXTRA_LIBRARIES}) ${EXTRA_LIBRARIES})