electron/spec/fixtures/native-addon/uv-dlopen/binding.gyp

13 lines
210 B
Python

{
"targets": [
{
"target_name": "test_module",
"sources": [ "main.cpp" ],
},
{
"target_name": "libfoo",
"type": "shared_library",
"sources": [ "foo.cpp" ]
}
]
}