zlib/thridpart/ubpa/USRefl/xmake.lua

9 lines
274 B
Lua
Raw Normal View History

2024-02-03 22:45:58 +08:00
package("USRefl")
add_deps("UTemplate","USmallFlat")
set_kind("library", {headeronly = true})
set_urls("https://github.com/Ubpa/USRefl.git")
add_includedirs("include")
on_install(function (package)
os.cp("include", package:installdir())
end)