1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
{ "targets": [ { "target_name": "test_instance_data", "sources": [ "test_instance_data.c" ] }, { "target_name": "test_set_then_ref", "sources": [ "addon.c", "test_set_then_ref.c", ] }, { "target_name": "test_ref_then_set", "sources": [ "addon.c", "test_ref_then_set.c", ] }, ] }