Files
esp-idf/components/nghttp/component.mk
T

12 lines
208 B
Makefile
Raw Normal View History

#
# Component Makefile
#
COMPONENT_ADD_INCLUDEDIRS := port/include nghttp2/lib/includes
COMPONENT_PRIV_INCLUDEDIRS := private_include
2017-07-26 14:21:07 +08:00
COMPONENT_SRCDIRS := nghttp2/lib port
COMPONENT_SUBMODULES := nghttp2