mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
24 lines
578 B
Python
24 lines
578 B
Python
{
|
|
"targets": [{
|
|
"target_name": "electron_drag_click",
|
|
"sources": [ ],
|
|
"conditions": [
|
|
['OS=="mac"', {
|
|
"sources": [
|
|
"electron_drag_click.mm"
|
|
],
|
|
}]
|
|
],
|
|
'include_dirs': [
|
|
"<!@(node -p \"require('node-addon-api').include\")"
|
|
],
|
|
'libraries': [],
|
|
'dependencies': [
|
|
"<!(node -p \"require('node-addon-api').gyp\")"
|
|
],
|
|
'defines': [ 'NAPI_DISABLE_CPP_EXCEPTIONS' ],
|
|
"xcode_settings": {
|
|
"OTHER_CPLUSPLUSFLAGS": ["-std=c++20", "-stdlib=libc++", "-mmacosx-version-min=10.12"],
|
|
}
|
|
}]
|
|
}
|