23345d2021
added docs and tests for mqtt library, small fixes (removed warnings, option for custom outbox, websocket bug fixed for longer transports). refactored to use common tcp_transport component, support for CMake build system. Closes #2108
7 lines
229 B
CMake
7 lines
229 B
CMake
set(COMPONENT_ADD_INCLUDEDIRS esp-mqtt/include)
|
|
set(COMPONENT_PRIV_INCLUDEDIRS "esp-mqtt/lib/include")
|
|
set(COMPONENT_SRCDIRS esp-mqtt esp-mqtt/lib)
|
|
|
|
set(COMPONENT_REQUIRES lwip nghttp mbedtls tcp_transport)
|
|
|
|
register_component()
|