aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/src
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2021-05-09 22:22:17 +0200
committerselsta <selsta@sent.at>2021-05-09 22:22:17 +0200
commitd772f1378ba4e5af91c02d9e12af5feb76c65604 (patch)
tree65781574dfb68b36aca00ff0b669124382e101bd /contrib/epee/src
parentMerge pull request #7669 (diff)
downloadmonero-d772f1378ba4e5af91c02d9e12af5feb76c65604.tar.xz
epee: include public openssl header in cmake
Diffstat (limited to 'contrib/epee/src')
-rw-r--r--contrib/epee/src/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/epee/src/CMakeLists.txt b/contrib/epee/src/CMakeLists.txt
index 368f49c95..f059b82af 100644
--- a/contrib/epee/src/CMakeLists.txt
+++ b/contrib/epee/src/CMakeLists.txt
@@ -87,5 +87,8 @@ if (USE_READLINE AND (GNU_READLINE_FOUND OR (DEPENDS AND NOT MINGW)))
${GNU_READLINE_LIBRARY})
endif()
-target_include_directories(epee PUBLIC "${EPEE_INCLUDE_DIR_BASE}")
+target_include_directories(epee
+ PUBLIC
+ "${EPEE_INCLUDE_DIR_BASE}"
+ "${OPENSSL_INCLUDE_DIR}")