mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-07-30 10:48:06 +02:00
Add mbedtls to dependencies (#59)
This commit is contained in:
@ -2,7 +2,7 @@ set(COMPONENT_ADD_INCLUDEDIRS "include")
|
|||||||
set(COMPONENT_PRIV_INCLUDEDIRS "lib/include")
|
set(COMPONENT_PRIV_INCLUDEDIRS "lib/include")
|
||||||
set(COMPONENT_SRCDIRS ". lib")
|
set(COMPONENT_SRCDIRS ". lib")
|
||||||
|
|
||||||
set(COMPONENT_REQUIRES lwip nghttp)
|
set(COMPONENT_REQUIRES lwip nghttp mbedtls)
|
||||||
|
|
||||||
register_component()
|
register_component()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user