URIReader
This commit is contained in:
parent
7f8013fef2
commit
d8fb22a71f
3 changed files with 460 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue