mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-10-23 19:08:10 +08:00
8 lines
152 B
CMake
8 lines
152 B
CMake
set(COMPONENT_SRCS "esp_tls.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
|
|
|
set(COMPONENT_REQUIRES ssl)
|
|
set(COMPONENT_PRIV_REQUIRES lwip)
|
|
|
|
register_component()
|