12 lines
175 B
Python
12 lines
175 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'node_sleep',
|
|
'sources': [
|
|
'sleep.cc',
|
|
],
|
|
"include_dirs": ["<!(node -e \"require('nan')\")"]
|
|
}
|
|
]
|
|
}
|