kopia lustrzana https://github.com/espressif/esp-idf
10 wiersze
480 B
CMake
10 wiersze
480 B
CMake
idf_component_register(SRCS "esp-mqtt/mqtt_client.c"
|
|
"esp-mqtt/lib/mqtt_msg.c"
|
|
"esp-mqtt/lib/mqtt_outbox.c"
|
|
"esp-mqtt/lib/platform_esp32_idf.c"
|
|
INCLUDE_DIRS esp-mqtt/include
|
|
PRIV_INCLUDE_DIRS "esp-mqtt/lib/include"
|
|
REQUIRES esp_event tcp_transport
|
|
PRIV_REQUIRES esp_timer nghttp esp_hw_support
|
|
)
|