mirror of https://github.com/nodejs/node.git
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" ],
|
|
}
|
|
]
|
|
}
|