2018-01-12 02:49:13 +00:00
|
|
|
set(COMPONENT_ADD_INCLUDEDIRS port/include nghttp2/lib/includes)
|
2018-09-11 01:44:12 +00:00
|
|
|
set(COMPONENT_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
|
|
|
|
|
|
|
register_component()
|