mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 03:13:28 +01: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…
Reference in New Issue
Block a user