summaryrefslogtreecommitdiff
path: root/binding.gyp
blob: c8c51230fc509a7173e5c2ae241c38eee449d635 (plain)
1
2
3
4
5
6
7
8
9
{
  "targets": [
    {
      "target_name": "mojave-permissions",
      "sources": [ "index.mm" ],
      "libraries": [ "-framework AVFoundation" ]
    }
  ]
}