Added basic websocket support

This commit is contained in:
Thulinma 2018-02-08 12:35:05 +01:00
parent f126b17ed1
commit dd976f7a7a
3 changed files with 190 additions and 0 deletions

View file

@ -136,6 +136,7 @@ set(libHeaders
lib/riff.h
lib/ebml.h
lib/ebml_socketglue.h
lib/websocket.h
)
########################################
@ -178,6 +179,7 @@ add_library (mist
lib/riff.cpp
lib/ebml.cpp
lib/ebml_socketglue.cpp
lib/websocket.cpp
)
if (NOT APPLE)
set (LIBRT -lrt)