mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2024-11-30 11:30:44 +00: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)',
|
|
],
|
|
},
|
|
]
|
|
}
|