OVMS3-idf/components/mqtt/CMakeLists.txt
2018-09-19 16:48:12 +08:00

12 lines
426 B
CMake

set(COMPONENT_ADD_INCLUDEDIRS esp-mqtt/include)
set(COMPONENT_PRIV_INCLUDEDIRS "esp-mqtt/lib/include")
set(COMPONENT_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"
"esp-mqtt/lib/transport_ws.c")
set(COMPONENT_REQUIRES lwip nghttp mbedtls tcp_transport)
register_component()