Add UpgradeSync example

This commit is contained in:
Alex Hultman
2020-06-02 13:16:10 +02:00
parent 625efbc499
commit 9cb2fb404f
5 changed files with 81 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
EXAMPLE_FILES := HelloWorld EchoServer BroadcastingEchoServer
EXAMPLE_FILES := HelloWorld EchoServer BroadcastingEchoServer UpgradeSync
THREADED_EXAMPLE_FILES := HelloWorldThreaded EchoServerThreaded
override CXXFLAGS += -lpthread -Wconversion -std=c++17 -Isrc -IuSockets/src
override LDFLAGS += uSockets/*.o -lz