summaryrefslogtreecommitdiff
path: root/test/addons-napi/test_typedarray/binding.gyp
blob: 8b4a4dc622b2ef03e0ee0f499ba263a9b3fe506f (plain)
1
2
3
4
5
6
7
8
{
  "targets": [
    {
      "target_name": "test_typedarray",
      "sources": [ "test_typedarray.c" ]
    }
  ]
}