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