mirror of
https://github.com/themitosan/fpPS4-Temmie-s-Launcher.git
synced 2025-04-02 10:31:50 -04:00
20 lines
425 B
Python
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' ]
|
|
}
|
|
]
|
|
}
|