You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
413 B
24 lines
413 B
13 years ago
|
{
|
||
|
'targets': [
|
||
|
{
|
||
|
'target_name': 'core',
|
||
|
'type': 'static_library',
|
||
|
'sources': [
|
||
|
'dx7note.cc',
|
||
|
'env.cc',
|
||
|
'fm_core.cc',
|
||
|
'fm_op_kernel.cc',
|
||
|
'freqlut.cc',
|
||
|
'resofilter.cc',
|
||
|
'ringbuffer.cc',
|
||
|
'sawtooth.cc',
|
||
|
'sin.cc',
|
||
|
'synth_unit.cc',
|
||
|
'test_ringbuffer.cc',
|
||
|
],
|
||
|
'include_dirs': ['.'],
|
||
|
},
|
||
|
],
|
||
|
}
|
||
|
|