epee: include public openssl header in cmake

This commit is contained in:
selsta 2021-05-09 22:22:17 +02:00
parent 2e9af2a1c8
commit 1565bcb1fb
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E
1 changed files with 6 additions and 0 deletions

View File

@ -72,3 +72,9 @@ if (USE_READLINE AND (GNU_READLINE_FOUND OR (DEPENDS AND NOT MINGW)))
PRIVATE
${GNU_READLINE_LIBRARY})
endif()
target_include_directories(epee
PUBLIC
"${EPEE_INCLUDE_DIR_BASE}"
"${OPENSSL_INCLUDE_DIR}")