7 lines
163 B
CMake
7 lines
163 B
CMake
set(COMPONENT_SRCS "esp_tls.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
|
|
|
set(COMPONENT_REQUIRES mbedtls)
|
|
set(COMPONENT_PRIV_REQUIRES lwip nghttp)
|
|
|
|
register_component()
|