Skip to content

Commit f842c84

Browse files
committed
Fix missing scripts on install
1 parent 0d12304 commit f842c84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xmake.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ target("CommonLib", function ()
7777
add_headerfiles("include/(CommonLib/**.hpp)", "include/(CommonLib/**.inl)")
7878
add_headerfiles("src/CommonLib/**.hpp", "src/CommonLib/**.inl", { install = false })
7979
add_files("src/CommonLib/**.cpp")
80+
add_installfiles("(scripts/**.lua)", { prefixdir = "bin" })
8081

8182
after_load(function (target)
8283
target:set("kind", target:dep("commonlib_static") and "static" or "shared")

0 commit comments

Comments
 (0)