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