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.
28 lines
512 B
28 lines
512 B
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'core',
|
|
'type': 'static_library',
|
|
'sources': [
|
|
'dx7note.cc',
|
|
'env.cc',
|
|
'exp2.cc',
|
|
'fm_core.cc',
|
|
'fm_op_kernel.cc',
|
|
'freqlut.cc',
|
|
'lfo.cc',
|
|
'log2.cc',
|
|
'patch.cc',
|
|
'pitchenv.cc',
|
|
'resofilter.cc',
|
|
'ringbuffer.cc',
|
|
'sawtooth.cc',
|
|
'sin.cc',
|
|
'synth_unit.cc',
|
|
'test_ringbuffer.cc',
|
|
],
|
|
'include_dirs': ['.'],
|
|
},
|
|
],
|
|
}
|
|
|
|
|