mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-11 11:42:39 +02:00
Add http_parser (new component) dependency
This commit is contained in:
@@ -7,5 +7,5 @@ idf_component_register(SRCS "src/httpd_main.c"
|
||||
"src/util/ctrl_sock.c"
|
||||
INCLUDE_DIRS "include"
|
||||
PRIV_INCLUDE_DIRS "src/port/esp32" "src/util"
|
||||
REQUIRES nghttp # for http_parser.h
|
||||
REQUIRES http_parser # for http_parser.h
|
||||
PRIV_REQUIRES lwip mbedtls esp_timer)
|
||||
|
||||
Reference in New Issue
Block a user