Commit c582e2db authored by Dominik Charousset's avatar Dominik Charousset

Add second WebSocket example application

parent e9a1e37d
...@@ -14,4 +14,5 @@ if(TARGET CAF::net) ...@@ -14,4 +14,5 @@ if(TARGET CAF::net)
target_link_libraries(${name} CAF::net CAF::core) target_link_libraries(${name} CAF::net CAF::core)
endfunction() endfunction()
add_net_example(web-socket-calculator) add_net_example(web-socket-calculator)
add_net_example(web-socket-feed)
endif() endif()
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment