Merge branch 'development' into LTS_development
# Conflicts: # lib/http_parser.cpp
This commit is contained in:
commit
eb8694052d
17 changed files with 401 additions and 304 deletions
|
@ -186,6 +186,7 @@ set(libHeaders
|
|||
lib/ebml.h
|
||||
lib/ebml_socketglue.h
|
||||
lib/websocket.h
|
||||
lib/url.h
|
||||
)
|
||||
|
||||
########################################
|
||||
|
@ -240,6 +241,7 @@ add_library (mist
|
|||
lib/ebml.cpp
|
||||
lib/ebml_socketglue.cpp
|
||||
lib/websocket.cpp
|
||||
lib/url.cpp
|
||||
)
|
||||
if (NOT APPLE)
|
||||
set (LIBRT -lrt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue