mirror of https://github.com/ioquatix/ffi-clang
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
404 B
Ruby
18 lines
404 B
Ruby
# frozen_string_literal: true
|
|
|
|
# Released under the MIT License.
|
|
# Copyright, 2013-2022, by Samuel Williams.
|
|
|
|
teapot_version "0.8.0"
|
|
|
|
define_target "ffi-clang" do |target|
|
|
target.depends "Library/clang"
|
|
target.provides "Dependencies/ffi-clang"
|
|
end
|
|
|
|
define_configuration "ffi-clang" do |configuration|
|
|
configuration[:source] = "https://github.com/dream-framework/"
|
|
|
|
configuration.require "clang"
|
|
end
|