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