mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 12:44:33 +02:00
nghttp: move config.h to private_include dirs
This commit is contained in:
@@ -24,6 +24,7 @@ set(srcs
|
||||
"port/http_parser.c")
|
||||
|
||||
idf_component_register(SRCS "${srcs}"
|
||||
INCLUDE_DIRS port/include nghttp2/lib/includes)
|
||||
INCLUDE_DIRS port/include nghttp2/lib/includes
|
||||
PRIV_INCLUDE_DIRS private_include)
|
||||
|
||||
target_compile_definitions(${COMPONENT_LIB} PUBLIC "-DHAVE_CONFIG_H")
|
||||
|
@@ -4,6 +4,8 @@
|
||||
|
||||
COMPONENT_ADD_INCLUDEDIRS := port/include nghttp2/lib/includes
|
||||
|
||||
COMPONENT_PRIV_INCLUDEDIRS := private_include
|
||||
|
||||
COMPONENT_SRCDIRS := nghttp2/lib port
|
||||
|
||||
COMPONENT_SUBMODULES := nghttp2
|
||||
|
Reference in New Issue
Block a user