URIReader

This commit is contained in:
Thulinma 2020-03-09 20:01:00 +01:00
parent 7f8013fef2
commit d8fb22a71f
3 changed files with 460 additions and 0 deletions

View file

@ -139,6 +139,7 @@ set(libHeaders
lib/ebml_socketglue.h
lib/websocket.h
lib/url.h
lib/urireader.h
)
########################################
@ -183,6 +184,7 @@ add_library (mist
lib/ebml_socketglue.cpp
lib/websocket.cpp
lib/url.cpp
lib/urireader.cpp
)
if (NOT APPLE)
set (LIBRT -lrt)