mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
epee: include public openssl header in cmake
This commit is contained in:
parent
2e9af2a1c8
commit
1565bcb1fb
1 changed files with 6 additions and 0 deletions
|
@ -72,3 +72,9 @@ if (USE_READLINE AND (GNU_READLINE_FOUND OR (DEPENDS AND NOT MINGW)))
|
||||||
PRIVATE
|
PRIVATE
|
||||||
${GNU_READLINE_LIBRARY})
|
${GNU_READLINE_LIBRARY})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
target_include_directories(epee
|
||||||
|
PUBLIC
|
||||||
|
"${EPEE_INCLUDE_DIR_BASE}"
|
||||||
|
"${OPENSSL_INCLUDE_DIR}")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue