Brian Silverman | 6ae77dd | 2013-03-29 22:28:08 -0700 | [diff] [blame^] | 1 | { |
| 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', |
| 15 | '<(EXTERNALS):libevent', |
| 16 | '<(EXTERNALS):libjpeg', |
| 17 | '<(EXTERNALS):opencv', |
| 18 | '<(DEPTH)/frc971/queues/queues.gyp:queues', |
| 19 | ], |
| 20 | }, |
| 21 | { |
| 22 | 'target_name': 'GoalMaster', |
| 23 | 'type': 'executable', |
| 24 | 'sources': [ |
| 25 | 'GoalMaster.cpp', |
| 26 | ], |
| 27 | 'dependencies': [ |
| 28 | '<(AOS)/atom_code/atom_code.gyp:init', |
| 29 | '<(DEPTH)/frc971/queues/queues.gyp:queues', |
| 30 | ], |
| 31 | }, |
| 32 | ], |
| 33 | } |