all CMakeLists are referenced by the top level one

This commit is contained in:
Benjamin Sergeant
2019-02-21 22:21:29 -08:00
parent 6b8694bfbf
commit 41a40b8b9f
9 changed files with 10 additions and 14 deletions

7
examples/CMakeLists.txt Normal file
View File

@@ -0,0 +1,7 @@
add_subdirectory(broadcast_server)
add_subdirectory(ping_pong)
add_subdirectory(chat)
add_subdirectory(echo_server)
add_subdirectory(ws_connect)
# add_subdirectory(cobra_publisher)