windows-dummy-keystroke/binding.gyp
2022-12-11 12:01:15 -08:00

11 lines
233 B
Python

{
"targets": [
{
"target_name": "NativeExtension",
"sources": [ "NativeExtension.cc", "functions.cc" ],
"include_dirs" : [
"<!(node -e \"require('nan')\")"
]
}
],
}