]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/beast/example/http/server/coro/CMakeLists.txt
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / beast / example / http / server / coro / CMakeLists.txt
index 46d3c2356f86030f0100d8822f701195d81f5b7f..6cc8244a89a7202e6d6c979484a028e956844d49 100644 (file)
@@ -16,4 +16,8 @@ add_executable (http-server-coro
     http_server_coro.cpp
 )
 
+target_link_libraries(http-server-coro
+    lib-asio
+    lib-beast)
+
 set_property(TARGET http-server-coro PROPERTY FOLDER "example-http-server")