blob: 90b3cf0d39696c0f2743ffc1a991e815ab6e6c7d [file] [log] [blame]
{
'targets': [
{
# This one includes interrupt_bridge.h too.
'target_name': 'interrupt_notifier',
'type': 'static_library',
'sources': [
'interrupt_bridge.cc',
'interrupt_bridge_c.c',
'interrupt_bridge_demo.cc',
],
'dependencies': [
'<(AOS)/common/common.gyp:time',
'<(AOS)/build/aos.gyp:logging',
'<(EXTERNALS):WPILib',
'<(AOS)/common/messages/messages.gyp:aos_queues',
],
'export_dependent_settings': [
'<(AOS)/common/common.gyp:time',
'<(AOS)/build/aos.gyp:logging',
'<(EXTERNALS):WPILib',
],
},
],
}