epee: include public openssl header in cmake
This commit is contained in:
parent
2e9af2a1c8
commit
1565bcb1fb
|
@ -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 New Issue