summaryrefslogtreecommitdiff
path: root/test/js-native-api/test_object/binding.gyp
blob: 94a4cd72fb6d226f5f65c976ef71945a441f6b1a (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "targets": [
    {
      "target_name": "test_object",
      "sources": [
        "../entry_point.c",
        "test_object.c"
      ]
    }
  ]
}