22 lines
387 B
Python
22 lines
387 B
Python
{
|
|
'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']
|
|
}
|
|
]
|
|
}
|