Files
board-mate/esp32-thread/open-thread-client/main/CMakeLists.txt
2025-12-27 17:45:08 +01:00

6 lines
145 B
CMake

idf_component_register(
SRCS "esp_ot_cli.c"
INCLUDE_DIRS "."
REQUIRES mqtt esp_http_client openthread esp_netif freertos nvs_flash
)