summaryrefslogtreecommitdiff
path: root/deps/histogram/histogram.gyp
blob: bcfa198f9d37c13a0e739644afe674e93face8e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  'targets': [
    {
      'target_name': 'histogram',
      'type': 'static_library',
      'include_dirs': ['src'],
      'direct_dependent_settings': {
        'include_dirs': [ 'src' ]
      },
      'sources': [
        'src/hdr_histogram.c',
      ]
    }
  ]
}