/ components / esp_websocket_client / CMakeLists.txt
CMakeLists.txt
1  idf_component_register(SRCS "esp_websocket_client.c"
2                      INCLUDE_DIRS "include"
3                      REQUIRES lwip esp-tls tcp_transport nghttp
4                      PRIV_REQUIRES esp_timer)