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