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