2023-09-05 14:52:39 +05:30
|
|
|
set(src "src/https_server.c")
|
|
|
|
set(inc "include")
|
2019-05-28 16:55:49 +05:30
|
|
|
|
|
|
|
idf_component_register(SRCS ${src}
|
|
|
|
INCLUDE_DIRS ${inc}
|
2024-02-13 16:46:19 +05:30
|
|
|
REQUIRES esp_http_server esp-tls esp_event
|
2019-04-28 15:38:23 +08:00
|
|
|
PRIV_REQUIRES lwip)
|