mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
PR-URL: https://github.com/nodejs/node/pull/46965 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
21 lines
339 B
Python
21 lines
339 B
Python
{
|
|
'variables': {
|
|
'simdutf_sources': [
|
|
'simdutf.cpp',
|
|
]
|
|
},
|
|
'targets': [
|
|
{
|
|
'target_name': 'simdutf',
|
|
'type': 'static_library',
|
|
'include_dirs': ['.'],
|
|
'direct_dependent_settings': {
|
|
'include_dirs': ['.'],
|
|
},
|
|
'sources': [
|
|
'<@(simdutf_sources)',
|
|
],
|
|
},
|
|
]
|
|
}
|