/
lostSun
/
project-client-server-apps
Обзор
Документация
Войти
/
lostSun
/
project-client-server-apps
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
server/node_modules/node-addon-api/node_addon_api.gyp
32 строки
793 B
1lostsun
update project
25 май 2025, 13:12
25 май 2025, 13:12
78a0079
Код
Авторство
О чём код?
{ 'targets': [ { 'target_name': 'node_addon_api', 'type': 'none', 'sources': [ 'napi.h', 'napi-inl.h' ], 'direct_dependent_settings': { 'include_dirs': [ '.' ], 'includes': ['noexcept.gypi'], } }, { 'target_name': 'node_addon_api_except', 'type': 'none', 'sources': [ 'napi.h', 'napi-inl.h' ], 'direct_dependent_settings': { 'include_dirs': [ '.' ], 'includes': ['except.gypi'], } }, { 'target_name': 'node_addon_api_maybe', 'type': 'none', 'sources': [ 'napi.h', 'napi-inl.h' ], 'direct_dependent_settings': { 'include_dirs': [ '.' ], 'includes': ['noexcept.gypi'], 'defines': ['NODE_ADDON_API_ENABLE_MAYBE'] } }, ] }