]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/beast/example/http/client/crawl/CMakeLists.txt
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / beast / example / http / client / crawl / CMakeLists.txt
index dc87484c72831acafa88ba7eb75ef309fb2dc497..b502c7d704b1a8ddf84ff3e11b0808cff5d1b75e 100644 (file)
@@ -18,5 +18,9 @@ add_executable (http-crawl
     http_crawl.cpp
 )
 
+target_link_libraries(http-crawl
+    lib-asio
+    lib-beast)
+
 set_property(TARGET http-crawl PROPERTY FOLDER "example-http-client")