• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  'targets': [
3    {
4      'target_name': 'llhttp',
5      'type': 'static_library',
6      'include_dirs': [ '.', 'include' ],
7      'direct_dependent_settings': {
8        'include_dirs': [ 'include' ],
9      },
10      'sources': [ 'src/llhttp.c', 'src/api.c', 'src/http.c' ],
11    },
12  ]
13}
14