mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-01 02:26:32 +03:00
7 lines
163 B
CMake
7 lines
163 B
CMake
idf_component_register(
|
|
SRCS "app_main.c"
|
|
PRIV_REQUIRES esp-tls esp_wifi esp_event nvs_flash
|
|
INCLUDE_DIRS "."
|
|
EMBED_TXTFILES "mosquitto.org.crt"
|
|
)
|