2023-04-07 07:40:16 -07:00
|
|
|
{
|
|
|
|
"targets": [
|
|
|
|
{
|
|
|
|
"target_name": "test_reference_all_types",
|
|
|
|
"sources": [ "test_reference_by_node_api_version.c" ],
|
2024-12-31 08:29:50 -08:00
|
|
|
"defines": [ "NAPI_VERSION=10" ],
|
2023-04-07 07:40:16 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"target_name": "test_reference_obj_only",
|
|
|
|
"sources": [ "test_reference_by_node_api_version.c" ],
|
2024-12-31 08:29:50 -08:00
|
|
|
"defines": [ "NAPI_VERSION=9" ],
|
2023-04-07 07:40:16 -07:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|