mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
15 lines
348 B
Plaintext
15 lines
348 B
Plaintext
|
{
|
||
|
"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" ],
|
||
|
}
|
||
|
]
|
||
|
}
|