/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/nbytes/nbytes.gyp
16 строк
325 B
Cheng
deps: fix include_dirs of nbytes
18 июл 2024, 10:39
Не верифицирован
18 июл 2024, 10:39
014dad5
Код
Авторство
О чём код?
{ 'variables': { 'nbytes_sources': [ 'src/nbytes.cpp' ], }, 'targets': [ { 'target_name': 'nbytes', 'type': 'static_library', 'include_dirs': ['include'], 'direct_dependent_settings': { 'include_dirs': ['include'], }, 'sources': [ '<@(nbytes_sources)' ] }, ] }