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/53862 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
17 lines
325 B
Python
17 lines
325 B
Python
{
|
|
'variables': {
|
|
'nbytes_sources': [ 'src/nbytes.cpp' ],
|
|
},
|
|
'targets': [
|
|
{
|
|
'target_name': 'nbytes',
|
|
'type': 'static_library',
|
|
'include_dirs': ['include'],
|
|
'direct_dependent_settings': {
|
|
'include_dirs': ['include'],
|
|
},
|
|
'sources': [ '<@(nbytes_sources)' ]
|
|
},
|
|
]
|
|
}
|