Brian Silverman | ba3de7e | 2013-05-08 16:18:15 -0700 | [diff] [blame] | 1 | { |
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', | ||||
11 | ], | ||||
12 | 'export_dependent_settings': [ | ||||
13 | '<(EXTERNALS):WPILib-NetworkRobotValues', | ||||
14 | ], | ||||
15 | }, | ||||
16 | ], | ||||
17 | } |