epee: include public openssl header in cmake

pull/377/head
selsta 3 years ago
parent 0a1ddc2eff
commit d772f1378b
Signed by untrusted user: selsta
GPG Key ID: 2EA0A99A8B07AE5E

@ -87,5 +87,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}")

Loading…
Cancel
Save