CMake: Add maybe-found OpenSSL libs to libvncclient.

pull/1/head
Christian Beier 8 years ago
parent cb66df0779
commit 15dd6470c5

@ -293,6 +293,7 @@ target_link_libraries(vncclient
${ZLIB_LIBRARIES}
${JPEG_LIBRARIES}
${GNUTLS_LIBRARIES}
${OPENSSL_LIBRARIES}
)
target_link_libraries(vncserver
${ADDITIONAL_LIBS}

Loading…
Cancel
Save