Brian Silverman | f665d69 | 2013-02-17 22:11:39 -0800 | [diff] [blame] | 1 | { |
| 2 | 'targets': [ |
| 3 | { |
| 4 | # This one includes interrupt_bridge.h too. |
| 5 | 'target_name': 'interrupt_notifier', |
| 6 | 'type': 'static_library', |
| 7 | 'sources': [ |
| 8 | 'interrupt_bridge.cc', |
| 9 | 'interrupt_bridge_c.c', |
| 10 | 'interrupt_bridge_demo.cc', |
| 11 | ], |
| 12 | 'dependencies': [ |
| 13 | '<(AOS)/common/common.gyp:time', |
| 14 | '<(AOS)/build/aos.gyp:logging', |
| 15 | '<(EXTERNALS):WPILib', |
| 16 | '<(AOS)/common/messages/messages.gyp:aos_queues', |
| 17 | ], |
| 18 | 'export_dependent_settings': [ |
| 19 | '<(AOS)/common/common.gyp:time', |
| 20 | '<(AOS)/build/aos.gyp:logging', |
| 21 | '<(EXTERNALS):WPILib', |
| 22 | ], |
| 23 | }, |
| 24 | ], |
| 25 | } |