third_party_nghttp2/third-party/llhttp/llhttp.gyp
2023-07-11 21:24:11 +09:00

23 lines
397 B
Python

{
'variables': {
'llhttp_sources': [
'src/llhttp.c',
'src/api.c',
'src/http.c',
]
},
'targets': [
{
'target_name': 'llhttp',
'type': 'static_library',
'include_dirs': [ '.', 'include' ],
'direct_dependent_settings': {
'include_dirs': [ 'include' ],
},
'sources': [
'<@(llhttp_sources)',
],
},
]
}