fpPS4-Temmie-s-Launcher/App/node_modules/memoryjs/binding.gyp

20 lines
425 B
Python

{
"targets": [
{
"target_name": "memoryjs",
"include_dirs" : [
"<!@(node -p \"require('node-addon-api').include\")"
],
"sources": [
"lib/memoryjs.cc",
"lib/memory.cc",
"lib/process.cc",
"lib/module.cc",
"lib/pattern.cc",
"lib/functions.cc",
"lib/debugger.cc"
],
'defines': [ 'NAPI_DISABLE_CPP_EXCEPTIONS' ]
}
]
}