mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-09-01 06:40:11 +00:00
4 lines
138 B
CMake
4 lines
138 B
CMake
idf_component_register(SRCS "app_main.c"
|
|
PRIV_REQUIRES mqtt nvs_flash esp_netif
|
|
INCLUDE_DIRS ".")
|