File size: 132 Bytes
20dbb3c | 1 2 3 4 5 6 7 8 9 10 | {
'targets': [
{
'target_name': 'nothing',
'type': 'static_library',
'sources': [ 'nothing.c' ]
}
]
}
|
20dbb3c | 1 2 3 4 5 6 7 8 9 10 | {
'targets': [
{
'target_name': 'nothing',
'type': 'static_library',
'sources': [ 'nothing.c' ]
}
]
}
|