mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
8 lines
163 B
CMake
8 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()
|