7 lines
167 B
CMake
7 lines
167 B
CMake
|
set(COMPONENT_SRCS "esp_websocket_client.c")
|
||
|
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
||
|
|
||
|
set(COMPONENT_REQUIRES lwip esp-tls tcp_transport nghttp)
|
||
|
|
||
|
register_component()
|