blob: 626cb89833aac53eb5e6aefbd9d3aa7c696d2b02 [file] [log] [blame]
{
'targets': [
{
'target_name': 'ControlsManager',
'type': 'static_library',
'sources': [
'ControlsManager.cpp',
'JoyStickRead.cpp',
],
'dependencies': [
'<(EXTERNALS):WPILib',
'<(AOS)/build/aos.gyp:logging',
'<(AOS)/common/common.gyp:common',
'<(AOS)/crio/motor_server/motor_server.gyp:CRIOControlLoopRunner',
'<(AOS)/crio/motor_server/motor_server.gyp:MotorServer',
'<(AOS)/common/network/network.gyp:socket',
],
'export_dependent_settings': [
'<(EXTERNALS):WPILib',
],
},
],
}