add headeronly to chatscript (#2174)

pull/2175/head
xpxz 1 year ago committed by GitHub
parent cf270e046b
commit 6f3630064d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      packages/c/chaiscript/xmake.lua

@ -1,5 +1,6 @@
package("chaiscript")
set_kind("library", {headeronly = true})
set_homepage("http://chaiscript.com")
set_description("Header-only C++ embedded scripting language loosely based on ECMA script.")
set_license("BSD-3-Clause")
@ -28,4 +29,4 @@ package("chaiscript")
double d = chai.eval<double>("function(3, 4.75);");
}
]]}, {configs = {languages = "c++14"}, includes = "chaiscript/chaiscript.hpp"}))
end)
end)

Loading…
Cancel
Save