forked from LeenkxTeam/Kmake
12 lines
180 B
Plaintext
12 lines
180 B
Plaintext
|
|
{
|
||
|
|
'targets': [
|
||
|
|
{
|
||
|
|
'target_name': 'test_new_target',
|
||
|
|
'defines': [ 'V8_DEPRECATION_WARNINGS=1' ],
|
||
|
|
'sources': [
|
||
|
|
'test_new_target.c'
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|