Skip to content

Commit

Permalink
Fix missing scripts on install
Browse files Browse the repository at this point in the history
  • Loading branch information
SirLynix committed Oct 19, 2024
1 parent 0d12304 commit f842c84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ target("CommonLib", function ()
add_headerfiles("include/(CommonLib/**.hpp)", "include/(CommonLib/**.inl)")
add_headerfiles("src/CommonLib/**.hpp", "src/CommonLib/**.inl", { install = false })
add_files("src/CommonLib/**.cpp")
add_installfiles("(scripts/**.lua)", { prefixdir = "bin" })

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

0 comments on commit f842c84

Please sign in to comment.