blob: df27045d5817ef3f79aec887894ce1ce38e6fe87 [file] [log] [blame]
{
'targets': [
{
'target_name': 'OpenCVWorkTask',
'type': 'executable',
'sources': [
'OpenCVWorkTask.cpp',
'CameraProcessor.cpp',
#'BinaryServer.cpp',
#'PacketNotifier.cpp',
'JPEGRoutines.cpp',
],
'dependencies': [
'<(AOS)/atom_code/atom_code.gyp:init',
'<(AOS)/common/common.gyp:time',
'<(EXTERNALS):libevent',
'<(EXTERNALS):libjpeg',
'<(EXTERNALS):opencv',
'<(AOS)/atom_code/camera/camera.gyp:buffers',
'<(DEPTH)/frc971/queues/queues.gyp:queues',
],
},
{
'target_name': 'GoalMaster',
'type': 'executable',
'sources': [
'GoalMaster.cpp',
'SensorProcessor.cpp',
],
'dependencies': [
'<(AOS)/atom_code/atom_code.gyp:init',
'<(AOS)/common/common.gyp:time',
'<(DEPTH)/frc971/queues/queues.gyp:queues',
'<(AOS)/build/aos.gyp:logging',
],
},
],
}