blob: 1c5063369b0c3dfcf865bd9a6073c1533b9c900b [file] [log] [blame]
{
'targets': [
{
'target_name': 'get',
'type': 'executable',
'sources': [
'get.cc',
],
'dependencies': [
'<(EXTERNALS):gflags',
'<(AOS)/common/util/util.gyp:thread',
'libusb_wrap',
'<(AOS)/build/aos.gyp:logging',
],
},
{
'target_name': 'libusb_wrap',
'type': 'static_library',
'sources': [
'libusb_wrap.cc',
],
'dependencies': [
'<(EXTERNALS):libusb',
'<(AOS)/build/aos.gyp:logging',
],
'export_dependent_settings': [
'<(EXTERNALS):libusb',
],
},
],
}