summaryrefslogtreecommitdiffstats
path: root/process/process.gyp
blob: c055c2e9f0411750ed5fdbf6d2a9297e2ea50a5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  'targets': [
  {
    'target_name': 'blinq_process',
      'type': 'executable',
      'includes': [
        '../blinq.gypi',
      ],
      'sources': [
        'main.cpp',
      ],
  },
    ],
}