Skip to content

Instantly share code, notes, and snippets.

@iwazer
Created August 11, 2013 07:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iwazer/6203884 to your computer and use it in GitHub Desktop.
Save iwazer/6203884 to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -*-
Motion::Project::App.setup do |app|
:
app.frameworks += ['AVFoundation','AssetsLibrary']
app.libs += ['-lc++']
:
app.vendor_project('vendor/opencv2.framework', :static,
products: ['opencv2'],
force_load: false
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment