blob: 4c6599410fd547013c020840327970da30dd50f6 [file] [log] [blame]
Brian Silverman0a7f6062015-01-24 17:41:33 -05001{
2 'targets': [
3 {
4 'target_name': 'claw_queues',
5 'type': 'static_library',
6 'sources': ['claw.q'],
7 'variables': {
8 'header_path': 'frc971/control_loops/claw',
9 },
10 'dependencies': [
11 '<(AOS)/common/controls/controls.gyp:control_loop_queues',
12 '<(DEPTH)/frc971/control_loops/control_loops.gyp:queues',
13 ],
14 'export_dependent_settings': [
15 '<(AOS)/common/controls/controls.gyp:control_loop_queues',
16 '<(DEPTH)/frc971/control_loops/control_loops.gyp:queues',
17
18 ],
19 'includes': ['../../../aos/build/queues.gypi'],
20 },
21 ],
22}