blob: 43aaf4162e1709491cc8bf44724104425c30d5c7 [file] [log] [blame]
zephyr_library()
if(CONFIG_HTTP_PARSER_STRICT)
zephyr_library_compile_definitions(HTTP_PARSER_STRICT)
endif()
zephyr_library_sources_if_kconfig(http_parser.c)
zephyr_library_sources_if_kconfig(http_parser_url.c)