14 lines
290 B
Plaintext
14 lines
290 B
Plaintext
|
{
|
||
|
'targets': [
|
||
|
{
|
||
|
'target_name': 'llhttp',
|
||
|
'type': 'static_library',
|
||
|
'include_dirs': [ '.', 'include' ],
|
||
|
'direct_dependent_settings': {
|
||
|
'include_dirs': [ 'include' ],
|
||
|
},
|
||
|
'sources': [ 'src/llhttp.c', 'src/api.c', 'src/http.c' ],
|
||
|
},
|
||
|
]
|
||
|
}
|