Add broadcasting example

This commit is contained in:
Alex Hultman
2019-08-11 19:04:56 +02:00
parent 057093ca5e
commit 1ddb5c0d1c
2 changed files with 42 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
EXAMPLE_FILES := HelloWorld EchoServer
EXAMPLE_FILES := HelloWorld EchoServer BroadcastingEchoServer
THREADED_EXAMPLE_FILES := HelloWorldThreaded EchoServerThreaded
override CXXFLAGS += -std=c++17 -Isrc -IuSockets/src
override LDFLAGS += uSockets/*.o -lz