{
'targets': [
{
'target_name': 'nothing',
'type': 'static_library',
'sources': [ 'nothing.c' ]
},
{
'target_name': 'node-api',
'type': 'static_library',
'sources': [
'node_api.cc',
'node_internals.cc',
],
'defines': [
'EXTERNAL_NAPI',
],
'cflags_cc': ['-fvisibility=hidden']
}
]
}
Back to Directory