/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v22.22.2
deps/nbytes/nbytes.gyp
16 строк
325 B
Cheng
deps: fix include_dirs of nbytes
28 июл 2024, 09:53
Не верифицирован
28 июл 2024, 09:53
c114082
Код
Авторство
О чём код?
{ '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)' ] }, ] }