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