2018-07-24 14:59:03 +00:00
|
|
|
set(COMPONENT_ADD_INCLUDEDIRS esp-mqtt/include)
|
|
|
|
set(COMPONENT_PRIV_INCLUDEDIRS "esp-mqtt/lib/include")
|
2018-09-19 08:48:12 +00:00
|
|
|
set(COMPONENT_SRCS "esp-mqtt/mqtt_client.c"
|
|
|
|
"esp-mqtt/lib/mqtt_msg.c"
|
|
|
|
"esp-mqtt/lib/mqtt_outbox.c"
|
2018-09-25 08:34:04 +00:00
|
|
|
"esp-mqtt/lib/platform_esp32_idf.c")
|
2018-07-24 14:59:03 +00:00
|
|
|
|
|
|
|
set(COMPONENT_REQUIRES lwip nghttp mbedtls tcp_transport)
|
|
|
|
|
|
|
|
register_component()
|