2023-09-05 05:22:39 -04:00
|
|
|
set(src "src/https_server.c")
|
|
|
|
set(inc "include")
|
2019-05-28 07:25:49 -04:00
|
|
|
|
|
|
|
idf_component_register(SRCS ${src}
|
|
|
|
INCLUDE_DIRS ${inc}
|
2024-02-13 06:16:19 -05:00
|
|
|
REQUIRES esp_http_server esp-tls esp_event
|
2019-04-28 03:38:23 -04:00
|
|
|
PRIV_REQUIRES lwip)
|