X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Flibs%2Fbeast%2Fexample%2Fwebsocket%2Fclient%2Fsync%2FCMakeLists.txt;h=d8606ab55d6eaea8202149b827ee36139920a3c8;hb=92f5a8d42d07f9929ae4fa7e01342fe8d96808a8;hp=8196f0da3c42c85054e3cfd2c313e2cf62d7bbaf;hpb=a0324939f9d0e1905d5df8f57442f09dc70af83d;p=ceph.git diff --git a/ceph/src/boost/libs/beast/example/websocket/client/sync/CMakeLists.txt b/ceph/src/boost/libs/beast/example/websocket/client/sync/CMakeLists.txt index 8196f0da3..d8606ab55 100644 --- a/ceph/src/boost/libs/beast/example/websocket/client/sync/CMakeLists.txt +++ b/ceph/src/boost/libs/beast/example/websocket/client/sync/CMakeLists.txt @@ -16,4 +16,8 @@ add_executable (websocket-client-sync websocket_client_sync.cpp ) +target_link_libraries(websocket-client-sync + lib-asio + lib-beast) + set_property(TARGET websocket-client-sync PROPERTY FOLDER "example-websocket-client")