blob: df27045d5817ef3f79aec887894ce1ce38e6fe87 [file] [log] [blame]
Brian Silverman6ae77dd2013-03-29 22:28:08 -07001{
2 'targets': [
3 {
4 'target_name': 'OpenCVWorkTask',
5 'type': 'executable',
6 'sources': [
7 'OpenCVWorkTask.cpp',
8 'CameraProcessor.cpp',
Brian Silverman6742a442013-11-03 12:58:42 -08009 #'BinaryServer.cpp',
10 #'PacketNotifier.cpp',
Brian Silverman6ae77dd2013-03-29 22:28:08 -070011 'JPEGRoutines.cpp',
12 ],
13 'dependencies': [
14 '<(AOS)/atom_code/atom_code.gyp:init',
Brian Silverman5b3e51e2013-03-29 22:53:44 -070015 '<(AOS)/common/common.gyp:time',
Brian Silverman6ae77dd2013-03-29 22:28:08 -070016 '<(EXTERNALS):libevent',
17 '<(EXTERNALS):libjpeg',
18 '<(EXTERNALS):opencv',
Brian Silverman5b3e51e2013-03-29 22:53:44 -070019 '<(AOS)/atom_code/camera/camera.gyp:buffers',
Brian Silverman6ae77dd2013-03-29 22:28:08 -070020 '<(DEPTH)/frc971/queues/queues.gyp:queues',
21 ],
22 },
23 {
24 'target_name': 'GoalMaster',
25 'type': 'executable',
26 'sources': [
27 'GoalMaster.cpp',
Brian Silverman68a5a012013-03-29 23:37:04 -070028 'SensorProcessor.cpp',
Brian Silverman6ae77dd2013-03-29 22:28:08 -070029 ],
30 'dependencies': [
31 '<(AOS)/atom_code/atom_code.gyp:init',
Brian Silverman5b3e51e2013-03-29 22:53:44 -070032 '<(AOS)/common/common.gyp:time',
Brian Silverman6ae77dd2013-03-29 22:28:08 -070033 '<(DEPTH)/frc971/queues/queues.gyp:queues',
Brian Silvermanaf535942013-03-31 19:07:35 -070034 '<(AOS)/build/aos.gyp:logging',
Brian Silverman6ae77dd2013-03-29 22:28:08 -070035 ],
36 },
37 ],
38}