kannon-client/libs/speaker/binding.gyp

14 lines
193 B
Text
Raw Normal View History

{
'targets': [
{
'target_name': 'binding',
'sources': [
'src/binding.c',
],
'dependencies': [
'deps/mpg123/mpg123.gyp:output'
],
}
]
}