mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
esp_https_server: Add support for esp-tls server APIs
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
idf_component_register(SRCS "src/https_server.c"
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES esp_http_server openssl
|
||||
if (CONFIG_ESP_HTTPS_SERVER_ENABLE)
|
||||
set(src "src/https_server.c")
|
||||
set(inc "include")
|
||||
endif()
|
||||
|
||||
idf_component_register(SRCS ${src}
|
||||
INCLUDE_DIRS ${inc}
|
||||
REQUIRES esp_http_server esp-tls
|
||||
PRIV_REQUIRES lwip)
|
||||
|
||||
|
Reference in New Issue
Block a user