mirror of
https://github.com/nodejs/node.git
synced 2025-05-07 00:42:10 +00:00

Move C++ benchmark useful for NAPI to its own directory. This will isolate the benchmark so it can be excluded from testing that applies to all other benchmarks but not this one. PR-URL: https://github.com/nodejs/node/pull/21046 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
13 lines
189 B
Python
13 lines
189 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'napi_binding',
|
|
'sources': [ 'napi_binding.c' ]
|
|
},
|
|
{
|
|
'target_name': 'binding',
|
|
'sources': [ 'binding.cc' ]
|
|
}
|
|
]
|
|
}
|