]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/beast/example/http/server/flex/CMakeLists.txt
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / beast / example / http / server / flex / CMakeLists.txt
index 3011e6df97a2213d48a506bff45e21b6e1c6f811..0920953b3a4a2ae312f52e2cb590e7c8eecab1f0 100644 (file)
@@ -14,7 +14,6 @@ if (OPENSSL_FOUND)
 
     add_executable (http-server-flex
         ${BOOST_BEAST_FILES}
-        ${PROJECT_SOURCE_DIR}/example/common/detect_ssl.hpp
         ${PROJECT_SOURCE_DIR}/example/common/server_certificate.hpp
         Jamfile
         http_server_flex.cpp
@@ -23,7 +22,10 @@ if (OPENSSL_FOUND)
     set_property(TARGET http-server-flex PROPERTY FOLDER "example-http-server")
 
     target_link_libraries (http-server-flex
-        ${OPENSSL_LIBRARIES}
+        OpenSSL::SSL OpenSSL::Crypto
+        lib-asio
+        lib-asio-ssl
+        lib-beast
         )
 
 endif()