4 lines
156 B
CMake
4 lines
156 B
CMake
|
|
idf_component_register(SRCS "websocket.c" "websocket_server.c"
|
||
|
|
INCLUDE_DIRS "include"
|
||
|
|
REQUIRES lwip mbedtls)
|