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