mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
9 lines
240 B
CMake
9 lines
240 B
CMake
set(COMPONENT_ADD_INCLUDEDIRS include)
|
|
set(COMPONENT_PRIV_INCLUDEDIRS src/port/esp32 src/util)
|
|
set(COMPONENT_SRCDIRS src src/util)
|
|
|
|
set(COMPONENT_REQUIRES nghttp) # for http_parser.h
|
|
set(COMPONENT_PRIV_REQUIRES lwip)
|
|
|
|
register_component()
|