Merge branch 'development' into LTS_development
This commit is contained in:
commit
69253082ca
12 changed files with 847 additions and 99 deletions
|
@ -187,6 +187,7 @@ set(libHeaders
|
|||
lib/ebml_socketglue.h
|
||||
lib/websocket.h
|
||||
lib/url.h
|
||||
lib/urireader.h
|
||||
)
|
||||
|
||||
########################################
|
||||
|
@ -242,6 +243,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