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