summaryrefslogtreecommitdiff
path: root/tests/projects
diff options
context:
space:
mode:
authorruki <[email protected]>2022-10-19 22:30:32 +0800
committerruki <[email protected]>2022-10-19 22:30:32 +0800
commit4b1fea104fcf5e7aa0d180e06e2a548468534e7f (patch)
treecfee1bd35462517ef54ac3f9912f92b171a71637 /tests/projects
parent9b1e01c0b6deb3eaae25038643e11ea482ea248a (diff)
improve to register packages
Diffstat (limited to 'tests/projects')
-rw-r--r--tests/projects/package/components/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/package/components/xmake.lua b/tests/projects/package/components/xmake.lua
index 888ee11c8..a8d955fb8 100644
--- a/tests/projects/package/components/xmake.lua
+++ b/tests/projects/package/components/xmake.lua
@@ -5,7 +5,7 @@ add_requires("sfml")
target("graphics")
set_kind("static")
add_files("src/graphics.cpp")
- add_packages("sfml", {components = {"graphics", "system"}, public = true})
+ add_packages("sfml", {components = {"graphics", "window", "system"}, public = true})
target("network")
set_kind("static")