mirror of
https://github.com/nodejs/node.git
synced 2024-11-30 15:30:56 +01:00
d4654d89be
llhttp is modern, written in human-readable TypeScript, verifiable, and is very easy to maintain. See: https://github.com/indutny/llhttp PR-URL: https://github.com/nodejs/node/pull/24059 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
14 lines
290 B
Python
14 lines
290 B
Python
{
|
|
'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' ],
|
|
},
|
|
]
|
|
}
|