Sha256: 6ba197ac35c287871dc266fdb25c8e14e2a9b0a0598b502607fed59a8185ab63

Contents?: true

Size: 388 Bytes

Versions: 1

Compression:

Stored size: 388 Bytes

Contents

require 'motion-sqlite3/version'
require 'motion.h'

unless defined?(Motion::Project::Config)
  raise "This file must be required within a RubyMotion project Rakefile."
end

Motion::Project::App.setup do |app|
  Dir.glob(File.join(File.dirname(__FILE__), "motion-sqlite3/**/*.rb")).each do |file|
    app.files.unshift(file)
  end

  app.libs << '-lsqlite3'
  app.include "sqlite3.h"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
motion-sqlite3-2.0.0 lib/motion-sqlite3.rb