summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Beier <cb@shoutrlabs.com>2016-05-30 15:35:43 +0200
committerChristian Beier <cb@shoutrlabs.com>2016-05-30 15:35:43 +0200
commit15dd6470c552c7c8c112f0f78bde414b9f6a2714 (patch)
tree5ad5c212a0a0ff51ab2f2b2b15def955b88231a2
parentcb66df0779e3510fa64d1fef30f9238f7ac8ea84 (diff)
downloadlibtdevnc-15dd6470.tar.gz
libtdevnc-15dd6470.zip
CMake: Add maybe-found OpenSSL libs to libvncclient.
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 05892ff..12367ec 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -293,6 +293,7 @@ target_link_libraries(vncclient
${ZLIB_LIBRARIES}
${JPEG_LIBRARIES}
${GNUTLS_LIBRARIES}
+ ${OPENSSL_LIBRARIES}
)
target_link_libraries(vncserver
${ADDITIONAL_LIBS}