mirror of
https://github.com/nodejs/node.git
synced 2024-11-22 07:37:56 +01:00
4da7bc915c
PR-URL: https://github.com/nodejs/node/pull/46997 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
22 lines
377 B
Python
22 lines
377 B
Python
{
|
|
'variables': {
|
|
'simdutf_sources': [
|
|
'simdutf.cpp',
|
|
]
|
|
},
|
|
'targets': [
|
|
{
|
|
'target_name': 'simdutf',
|
|
'toolsets': ['host', 'target'],
|
|
'type': 'static_library',
|
|
'include_dirs': ['.'],
|
|
'direct_dependent_settings': {
|
|
'include_dirs': ['.'],
|
|
},
|
|
'sources': [
|
|
'<@(simdutf_sources)',
|
|
],
|
|
},
|
|
]
|
|
}
|