mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-28 21:48:05 +08:00
8 lines
164 B
CMake
8 lines
164 B
CMake
set(COMPONENT_SRCS "esp_tls.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
|
|
|
set(COMPONENT_REQUIRES ssl)
|
|
set(COMPONENT_PRIV_REQUIRES lwip http_parser)
|
|
|
|
register_component()
|