OVMS3-idf/components/esp_websocket_client/CMakeLists.txt

4 lines
160 B
CMake
Raw Normal View History

idf_component_register(SRCS "esp_websocket_client.c"
INCLUDE_DIRS "include"
REQUIRES lwip esp-tls tcp_transport nghttp)