Merge pull request #7712

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
1 changed files with 4 additions and 1 deletions

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}")