9 lines
325 B
Makefile
9 lines
325 B
Makefile
|
# Automatically generated build file. Do not edit.
|
||
|
COMPONENT_INCLUDES += $(IDF_PATH)/components/http_parser/include
|
||
|
COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/http_parser -lhttp_parser
|
||
|
COMPONENT_LINKER_DEPS +=
|
||
|
COMPONENT_SUBMODULES +=
|
||
|
COMPONENT_LIBRARIES += http_parser
|
||
|
COMPONENT_LDFRAGMENTS +=
|
||
|
component-http_parser-build:
|