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