mirror of https://github.com/electron/electron
13 lines
210 B
Plaintext
13 lines
210 B
Plaintext
![]() |
{
|
||
|
"targets": [
|
||
|
{
|
||
|
"target_name": "test_module",
|
||
|
"sources": [ "main.cpp" ],
|
||
|
},
|
||
|
{
|
||
|
"target_name": "libfoo",
|
||
|
"type": "shared_library",
|
||
|
"sources": [ "foo.cpp" ]
|
||
|
}
|
||
|
]
|
||
|
}
|