commit | 6ae77dddce337a16bccfb42e369c3cc2a4c9077e | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Fri Mar 29 22:28:08 2013 -0700 |
committer | Brian Silverman <brians> | Fri Mar 29 22:30:38 2013 -0700 |
tree | b74f780304cfc251c0f05ed0cf98d2a73eddf2d9 | |
parent | 8fcd87533b76ca5b4b83fb6031ddf0de5e03eb57 [diff] [blame] |
lots of vision stuff from Ben
diff --git a/aos/build/externals.gyp b/aos/build/externals.gyp index eb19cd0..c30b81e 100644 --- a/aos/build/externals.gyp +++ b/aos/build/externals.gyp
@@ -60,6 +60,16 @@ }, }, { + 'target_name': 'opencv', + 'type': 'none', + 'link_settings': { + 'libraries': [ + '-lopencv_core', + '-lopencv_imgproc', + ], + }, + }, + { # TODO(brians) convert this to downloading + building 'target_name': 'libevent', 'type': 'none',