11 lines
207 B
Python
11 lines
207 B
Python
{
|
|
"targets": [
|
|
{
|
|
"target_name": "worker",
|
|
"include_dirs": ["<!(node -e \"require('nan')\")"],
|
|
"cflags": ["-Wall", "-O2"],
|
|
"sources": ["src/worker.cc", "src/pow.cc"]
|
|
}
|
|
]
|
|
}
|