/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/llhttp/llhttp.gyp
22 строки
397 B
Cheng Zhao
gyp: put filenames in variables
18 мар 2023, 12:24
Не верифицирован
18 мар 2023, 12:24
0d575fe
Код
Авторство
О чём код?
{ 'variables': { 'llhttp_sources': [ 'src/llhttp.c', 'src/api.c', 'src/http.c', ] }, 'targets': [ { 'target_name': 'llhttp', 'type': 'static_library', 'include_dirs': [ '.', 'include' ], 'direct_dependent_settings': { 'include_dirs': [ 'include' ], }, 'sources': [ '<@(llhttp_sources)', ], }, ] }