diff options
author | Christian Beier <cb@shoutrlabs.com> | 2016-05-30 15:35:43 +0200 |
---|---|---|
committer | Christian Beier <cb@shoutrlabs.com> | 2016-05-30 15:35:43 +0200 |
commit | 15dd6470c552c7c8c112f0f78bde414b9f6a2714 (patch) | |
tree | 5ad5c212a0a0ff51ab2f2b2b15def955b88231a2 /CMakeLists.txt | |
parent | cb66df0779e3510fa64d1fef30f9238f7ac8ea84 (diff) | |
download | libtdevnc-15dd6470c552c7c8c112f0f78bde414b9f6a2714.tar.gz libtdevnc-15dd6470c552c7c8c112f0f78bde414b9f6a2714.zip |
CMake: Add maybe-found OpenSSL libs to libvncclient.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
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} |