PR-URL: https://github.com/nodejs/node/pull/57683 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
18 lines
241 B
Python
18 lines
241 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'test',
|
|
'type': 'executable',
|
|
'sources': [
|
|
'test.cc',
|
|
],
|
|
'include_dirs': [
|
|
'include',
|
|
],
|
|
'library_dirs': [
|
|
'mylib'
|
|
],
|
|
},
|
|
]
|
|
}
|