13 lines
210 B
Text
13 lines
210 B
Text
|
{
|
||
|
"targets": [
|
||
|
{
|
||
|
"target_name": "test_module",
|
||
|
"sources": [ "main.cpp" ],
|
||
|
},
|
||
|
{
|
||
|
"target_name": "libfoo",
|
||
|
"type": "shared_library",
|
||
|
"sources": [ "foo.cpp" ]
|
||
|
}
|
||
|
]
|
||
|
}
|