mirror of
https://github.com/BertoldVdb/ZoneDetect.git
synced 2026-03-25 08:45:56 +00:00
21 lines
483 B
Python
21 lines
483 B
Python
{
|
|
"targets": [
|
|
{
|
|
"target_name": "zd",
|
|
"sources": [
|
|
"binding.cpp",
|
|
"../../library/zonedetect.c"
|
|
],
|
|
"include_dirs": [
|
|
"<!@(nodejs -p \"require('node-addon-api').include\")",
|
|
"../../library/"
|
|
],
|
|
"dependencies": [
|
|
"<!(nodejs -p \"require('node-addon-api').gyp\")"
|
|
],
|
|
"cflags!": ["-fno-exceptions"],
|
|
"cflags_cc!": ["-fno-exceptions"],
|
|
"defines": ["NAPI_CPP_EXCEPTIONS"]
|
|
}
|
|
]
|
|
}
|