blob: 8aba065ba0932c286b47acb0edaf08fd309357e6 [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',
'<(EXTERNALS):WPILib-NetworkRobotValues',
'<(AOS)/build/aos.gyp:logging',
],
'export_dependent_settings': [
'<(AOS)/common/input/input.gyp:driver_station_data',
],
},
],
}