diff options
| author | ruki <[email protected]> | 2023-12-21 23:04:56 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-12-21 23:04:56 +0800 |
| commit | 4296189fb104b1632c939b6bdef5cf86f610fd40 (patch) | |
| tree | 78ce07417d9412fef8abd43bdd1e375da34c9d84 /tests/plugins | |
| parent | 1976625c2296c156511922d6792df6f2da8a1b23 (diff) | |
add build requires
Diffstat (limited to 'tests/plugins')
| -rw-r--r-- | tests/plugins/pack/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/plugins/pack/xmake.lua b/tests/plugins/pack/xmake.lua index abf67234c..fc45c7fad 100644 --- a/tests/plugins/pack/xmake.lua +++ b/tests/plugins/pack/xmake.lua @@ -29,6 +29,7 @@ xpack("test") add_targets("test", "foo") add_installfiles("src/(assets/*.png)", {prefixdir = "images"}) add_sourcefiles("(src/**)") + add_sourcefiles("xmake.lua") set_iconfile("src/assets/xmake.ico") add_components("LongPath") |
