summaryrefslogtreecommitdiffstats
path: root/lib/lib.gyp
blob: 0f4442f962c659e7fc97ee2c4045917c7c9358a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  'targets': [
  {
    'target_name': 'blinq',
      'type': 'shared_library',
      'includes': [
        '../blinq.gypi',
      ],
      'sources': [
      ],
  },
    ],
}