mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
c542d3a1d3
PR-URL: https://github.com/nodejs/node/pull/45715 Reviewed-By: Gabriel Schulhof <gabrielschulhof@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
15 lines
348 B
Python
15 lines
348 B
Python
{
|
|
"targets": [
|
|
{
|
|
"target_name": "test_reference_all_types",
|
|
"sources": [ "test_reference_by_node_api_version.c" ],
|
|
"defines": [ "NAPI_EXPERIMENTAL" ],
|
|
},
|
|
{
|
|
"target_name": "test_reference_obj_only",
|
|
"sources": [ "test_reference_by_node_api_version.c" ],
|
|
"defines": [ "NAPI_VERSION=8" ],
|
|
}
|
|
]
|
|
}
|