nghttp: move config.h to private_include dirs

This commit is contained in:
Mahavir Jain 2019-09-11 16:12:53 +05:30 committed by bot
parent 1c1108d47b
commit 3f9b0d8c2a
3 changed files with 4 additions and 1 deletions

View file

@ -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")

View file

@ -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