blob: c9ecc36cd4ed30937c203e0bb63d752a7f09c2fa [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',
9 'BinaryServer.cpp',
10 'PacketNotifier.cpp',
11 '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',
28 ],
29 'dependencies': [
30 '<(AOS)/atom_code/atom_code.gyp:init',
Brian Silverman5b3e51e2013-03-29 22:53:44 -070031 '<(AOS)/common/common.gyp:time',
Brian Silverman6ae77dd2013-03-29 22:28:08 -070032 '<(DEPTH)/frc971/queues/queues.gyp:queues',
33 ],
34 },
35 ],
36}