mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-09-09 18:50:05 +00:00
5 lines
167 B
CMake
5 lines
167 B
CMake
idf_component_register(SRCS "app_main.c"
|
|
INCLUDE_DIRS "."
|
|
PRIV_REQUIRES mqtt nvs_flash esp_netif pthread
|
|
)
|