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