mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 18:48:54 +08:00
23 lines
397 B
Python
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)',
|
|
],
|
|
},
|
|
]
|
|
}
|