mirror of
https://github.com/monero-project/monero.git
synced 2025-12-11 17:41:28 +09:00
Merge pull request #7712
d772f13 epee: include public openssl header in cmake (selsta)
This commit is contained in:
commit
d51e0c38f9
@ -84,5 +84,8 @@ if (USE_READLINE AND (GNU_READLINE_FOUND OR (DEPENDS AND NOT MINGW)))
|
|||||||
${GNU_READLINE_LIBRARY})
|
${GNU_READLINE_LIBRARY})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_include_directories(epee PUBLIC "${EPEE_INCLUDE_DIR_BASE}")
|
target_include_directories(epee
|
||||||
|
PUBLIC
|
||||||
|
"${EPEE_INCLUDE_DIR_BASE}"
|
||||||
|
"${OPENSSL_INCLUDE_DIR}")
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user