]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/beast/example/websocket/server/coro-ssl/CMakeLists.txt
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / beast / example / websocket / server / coro-ssl / CMakeLists.txt
index 2d9d7120d4dc58d8d01e657532b75cdf81f17020..a302a2f5668ba9603b3dcaf7004ca4f5021073f4 100644 (file)
@@ -22,7 +22,10 @@ if (OPENSSL_FOUND)
     set_property(TARGET websocket-server-coro-ssl PROPERTY FOLDER "example-websocket-server")
 
     target_link_libraries (websocket-server-coro-ssl
-        ${OPENSSL_LIBRARIES}
+        OpenSSL::SSL OpenSSL::Crypto
+        lib-asio
+        lib-asio-ssl
+        lib-beast
         )
 
 endif()