From 1565bcb1fb17ff632209994fbb7f2649e04819ab Mon Sep 17 00:00:00 2001 From: selsta Date: Sun, 9 May 2021 22:22:17 +0200 Subject: [PATCH] epee: include public openssl header in cmake --- contrib/epee/src/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contrib/epee/src/CMakeLists.txt b/contrib/epee/src/CMakeLists.txt index 6e0af6730..5640f5bb0 100644 --- a/contrib/epee/src/CMakeLists.txt +++ b/contrib/epee/src/CMakeLists.txt @@ -72,3 +72,9 @@ if (USE_READLINE AND (GNU_READLINE_FOUND OR (DEPENDS AND NOT MINGW))) PRIVATE ${GNU_READLINE_LIBRARY}) endif() + +target_include_directories(epee + PUBLIC + "${EPEE_INCLUDE_DIR_BASE}" + "${OPENSSL_INCLUDE_DIR}") +