electron/spec/fixtures/native-addon/echo/binding.gyp

11 lines
112 B
Python

{
"targets": [
{
"target_name": "echo",
"sources": [
"binding.cc"
]
}
]
}