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

d772f13 epee: include public openssl header in cmake (selsta)
This commit is contained in:
luigi1111 2021-06-01 22:08:15 -05:00
commit d51e0c38f9
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -84,5 +84,8 @@ if (USE_READLINE AND (GNU_READLINE_FOUND OR (DEPENDS AND NOT MINGW)))
${GNU_READLINE_LIBRARY})
endif()
target_include_directories(epee PUBLIC "${EPEE_INCLUDE_DIR_BASE}")
target_include_directories(epee
PUBLIC
"${EPEE_INCLUDE_DIR_BASE}"
"${OPENSSL_INCLUDE_DIR}")