blob: 19d0d2f27947ad35e16ec2acae6ea71b28bb0848 [file] [log] [blame]
{
'targets': [
{
'target_name': 'joystick_input',
'type': 'static_library',
'sources': [
'joystick_input.cc',
],
'dependencies': [
'<(AOS)/common/input/input.gyp:driver_station_data',
'<(AOS)/common/messages/messages.gyp:aos_queues',
'<(AOS)/common/network/network.gyp:socket',
'<(AOS)/common/common.gyp:common',
'<(EXTERNALS):WPILib-NetworkRobotValues',
'<(AOS)/build/aos.gyp:logging',
],
'export_dependent_settings': [
'<(AOS)/common/input/input.gyp:driver_station_data',
],
},
],
}