Add mbedtls to dependencies (#59)

This commit is contained in:
Andrej
2018-08-06 08:18:49 +02:00
committed by Tuan
parent 4c19674b16
commit cd7d321842

View File

@ -2,7 +2,7 @@ set(COMPONENT_ADD_INCLUDEDIRS "include")
set(COMPONENT_PRIV_INCLUDEDIRS "lib/include")
set(COMPONENT_SRCDIRS ". lib")
set(COMPONENT_REQUIRES lwip nghttp)
set(COMPONENT_REQUIRES lwip nghttp mbedtls)
register_component()