epee: include public openssl header in cmake
This commit is contained in:
parent
0a1ddc2eff
commit
d772f1378b
|
@ -87,5 +87,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