0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-24 20:29:23 +01:00
nodejs/test/js-native-api/8_passing_wrapped/binding.gyp
legendecas 178dff255f test: avoid copying test source files
Converting the helper functions to be inlined and making the helper file
header only.

PR-URL: https://github.com/nodejs/node/pull/49515
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gabriel Schulhof <gabrielschulhof@gmail.com>
2023-09-10 06:11:36 +00:00

12 lines
158 B
Python

{
"targets": [
{
"target_name": "8_passing_wrapped",
"sources": [
"8_passing_wrapped.cc",
"myobject.cc"
]
}
]
}