mirror of
https://github.com/nodejs/node.git
synced 2025-04-28 13:40:37 +00:00

PR-URL: https://github.com/nodejs/node/pull/50322 Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
21 lines
354 B
Python
21 lines
354 B
Python
{
|
|
'variables': {
|
|
'simdjson_sources': [
|
|
'simdjson.cpp',
|
|
]
|
|
},
|
|
'targets': [
|
|
{
|
|
'target_name': 'simdjson',
|
|
'type': 'static_library',
|
|
'include_dirs': ['.'],
|
|
'direct_dependent_settings': {
|
|
'include_dirs': ['.'],
|
|
},
|
|
'sources': [
|
|
'<@(simdjson_sources)',
|
|
],
|
|
},
|
|
]
|
|
}
|