blob: e5c964c3547f8e1c1815b3f5a94c9f67de345d4f [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',
11 ],
12 'export_dependent_settings': [
13 '<(EXTERNALS):WPILib-NetworkRobotValues',
14 ],
15 },
16 ],
17}