Skip to content

Commit

Permalink
Target link directories for tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Kalatozishvili committed Sep 13, 2024
1 parent cd93bfe commit 057cd62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ set(XUTILS_USE_SSL $ENV{XUTILS_USE_SSL})
if(XUTILS_USE_SSL STREQUAL "y")
find_package(OpenSSL)
if(OpenSSL_FOUND)
include_directories(${OPENSSL_INCLUDE_DIR})
link_directories(${OPENSSL_LIBRARIES})
add_definitions(-D_XUTILS_USE_SSL)
list(APPEND EXTRA_LIBS ${OPENSSL_LIBRARIES})
endif()
Expand Down

0 comments on commit 057cd62

Please sign in to comment.