11 lines
233 B
Python
11 lines
233 B
Python
{
|
|
"targets": [
|
|
{
|
|
"target_name": "NativeExtension",
|
|
"sources": [ "NativeExtension.cc", "functions.cc" ],
|
|
"include_dirs" : [
|
|
"<!(node -e \"require('nan')\")"
|
|
]
|
|
}
|
|
],
|
|
} |