esp-idf/components/http_parser/CMakeLists.txt
Mahavir Jain d2956f208b http_parser: Split nghttp port and create new http_parser component
Note: nghttp will be moved to IDF component manager
2022-01-11 10:26:24 +05:30

3 lines
80 B
CMake

idf_component_register(SRCS "http_parser.c"
INCLUDE_DIRS .)