blob: 7d5af30aa7c2d04857ddaea1eb85ddf4575ccaff [file] [log] [blame]
Brian Silvermanba3de7e2013-05-08 16:18:15 -07001{
2 'targets': [
3 {
4 'target_name': 'driver_station_data',
5 'type': 'static_library',
6 'sources': [
7 'driver_station_data.cc',
8 ],
9 'dependencies': [
10 '<(EXTERNALS):WPILib-NetworkRobotValues',
Austin Schuh374fd172014-10-25 17:57:54 -070011 '<(AOS)/common/messages/messages.gyp:robot_state',
Brian Silvermanba3de7e2013-05-08 16:18:15 -070012 ],
13 'export_dependent_settings': [
14 '<(EXTERNALS):WPILib-NetworkRobotValues',
Austin Schuh374fd172014-10-25 17:57:54 -070015 '<(AOS)/common/messages/messages.gyp:robot_state',
Brian Silvermanba3de7e2013-05-08 16:18:15 -070016 ],
17 },
18 ],
19}