We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d12304 commit f842c84Copy full SHA for f842c84
xmake.lua
@@ -77,6 +77,7 @@ target("CommonLib", function ()
77
add_headerfiles("include/(CommonLib/**.hpp)", "include/(CommonLib/**.inl)")
78
add_headerfiles("src/CommonLib/**.hpp", "src/CommonLib/**.inl", { install = false })
79
add_files("src/CommonLib/**.cpp")
80
+ add_installfiles("(scripts/**.lua)", { prefixdir = "bin" })
81
82
after_load(function (target)
83
target:set("kind", target:dep("commonlib_static") and "static" or "shared")
0 commit comments