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