mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
6 lines
161 B
CMake
6 lines
161 B
CMake
set(COMPONENT_ADD_INCLUDEDIRS port/include nghttp2/lib/includes)
|
|
set(COMPONENT_SRCDIRS nghttp2/lib port)
|
|
set(COMPONENT_SUBMODULES nghttp2)
|
|
|
|
register_component()
|