mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00

- 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
8 lines
92 B
CMake
8 lines
92 B
CMake
include_directories(.)
|
|
|
|
list(APPEND SOURCES
|
|
system/smd/smd.c
|
|
)
|
|
|
|
exports_to_parent_scope()
|
|
|