add stub code for ws proxy server

This commit is contained in:
Benjamin Sergeant
2019-11-15 14:30:20 -08:00
parent af6100b90f
commit 0e43c618a5
4 changed files with 94 additions and 0 deletions

View File

@ -55,6 +55,7 @@ add_executable(ws
ws_cobra_metrics_to_redis.cpp
ws_httpd.cpp
ws_autobahn.cpp
ws_proxy_server.cpp
ws.cpp)
target_link_libraries(ws ixsnake)