forked from LeenkxTeam/Kmake
18 lines
254 B
Plaintext
18 lines
254 B
Plaintext
|
|
{
|
||
|
|
"targets": [
|
||
|
|
{
|
||
|
|
"target_name": "test_object",
|
||
|
|
"sources": [
|
||
|
|
"test_null.c",
|
||
|
|
"test_object.c"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"target_name": "test_exceptions",
|
||
|
|
"sources": [
|
||
|
|
"test_exceptions.c",
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|