summaryrefslogtreecommitdiff
path: root/tests/plugins/pack/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/pack/xmake.lua')
-rw-r--r--tests/plugins/pack/xmake.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/plugins/pack/xmake.lua b/tests/plugins/pack/xmake.lua
index b5f8a4e21..9238c956a 100644
--- a/tests/plugins/pack/xmake.lua
+++ b/tests/plugins/pack/xmake.lua
@@ -8,6 +8,9 @@ add_requires("zlib", {configs = {shared = true}})
target("test")
set_kind("binary")
add_files("src/*.cpp")
+ if is_plat("windows") then
+ add_files("src/*.rc")
+ end
target("foo")
set_kind("shared")