mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-10-15 08:15:53 +02:00
5 lines
159 B
CMake
5 lines
159 B
CMake
idf_component_register(SRCS "app_main.c"
|
|
INCLUDE_DIRS "."
|
|
PRIV_REQUIRES mqtt nvs_flash esp_netif
|
|
)
|