2019-06-21 06:29:32 +00:00
|
|
|
set(srcs
|
|
|
|
"nghttp2/lib/nghttp2_buf.c"
|
|
|
|
"nghttp2/lib/nghttp2_callbacks.c"
|
|
|
|
"nghttp2/lib/nghttp2_debug.c"
|
|
|
|
"nghttp2/lib/nghttp2_frame.c"
|
|
|
|
"nghttp2/lib/nghttp2_hd.c"
|
|
|
|
"nghttp2/lib/nghttp2_hd_huffman.c"
|
|
|
|
"nghttp2/lib/nghttp2_hd_huffman_data.c"
|
|
|
|
"nghttp2/lib/nghttp2_helper.c"
|
|
|
|
"nghttp2/lib/nghttp2_http.c"
|
|
|
|
"nghttp2/lib/nghttp2_map.c"
|
|
|
|
"nghttp2/lib/nghttp2_mem.c"
|
|
|
|
"nghttp2/lib/nghttp2_npn.c"
|
|
|
|
"nghttp2/lib/nghttp2_option.c"
|
|
|
|
"nghttp2/lib/nghttp2_outbound_item.c"
|
|
|
|
"nghttp2/lib/nghttp2_pq.c"
|
|
|
|
"nghttp2/lib/nghttp2_priority_spec.c"
|
|
|
|
"nghttp2/lib/nghttp2_queue.c"
|
|
|
|
"nghttp2/lib/nghttp2_rcbuf.c"
|
|
|
|
"nghttp2/lib/nghttp2_session.c"
|
|
|
|
"nghttp2/lib/nghttp2_stream.c"
|
|
|
|
"nghttp2/lib/nghttp2_submit.c"
|
|
|
|
"nghttp2/lib/nghttp2_version.c"
|
|
|
|
"port/http_parser.c")
|
2018-01-12 02:49:13 +00:00
|
|
|
|
2019-04-28 07:38:23 +00:00
|
|
|
idf_component_register(SRCS "${srcs}"
|
|
|
|
INCLUDE_DIRS port/include nghttp2/lib/includes)
|
2019-05-22 03:36:03 +00:00
|
|
|
|
|
|
|
target_compile_definitions(${COMPONENT_LIB} PUBLIC "-DHAVE_CONFIG_H")
|