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.
ffi-clang/ext/teapot.rb

17 lines
384 B
Ruby

#
# This file is part of the "Teapot" project, and is released under the MIT license.
#
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