]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/beast/example/http/server/async/CMakeLists.txt
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / beast / example / http / server / async / CMakeLists.txt
index dda889b7f3c3f82c13330f7254d9a76df46ac49d..b94c0521fcd3bf3cf162582e0ab4183de8b84616 100644 (file)
@@ -16,4 +16,9 @@ add_executable (http-server-async
     http_server_async.cpp
 )
 
+target_link_libraries(http-server-async
+    lib-asio
+    lib-asio-ssl
+    lib-beast)
+
 set_property(TARGET http-server-async PROPERTY FOLDER "example-http-server")