mirror of
https://libwebsockets.org/repo/libwebsockets
synced 2024-11-24 01:39:33 +00:00
8eca7e17f2
- Add low level system message distibution framework - Add support for local Secure Streams to participate using _lws_smd streamtype - Add apit test and minimal example - Add SS proxy support for _lws_smd See minimal-secure-streams-smd README.md
9 lines
92 B
CMake
9 lines
92 B
CMake
include_directories(.)
|
|
|
|
list(APPEND SOURCES
|
|
system/smd/smd.c
|
|
)
|
|
|
|
exports_to_parent_scope()
|
|
|