diff options
| author | ruki <[email protected]> | 2022-10-19 22:30:32 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-10-19 22:30:32 +0800 |
| commit | 4b1fea104fcf5e7aa0d180e06e2a548468534e7f (patch) | |
| tree | cfee1bd35462517ef54ac3f9912f92b171a71637 /tests/projects/package/components | |
| parent | 9b1e01c0b6deb3eaae25038643e11ea482ea248a (diff) | |
improve to register packages
Diffstat (limited to 'tests/projects/package/components')
| -rw-r--r-- | tests/projects/package/components/xmake.lua | 2 |
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") |
