Skip to content

Commit b112937

Browse files
committed
update xmake.lua
1 parent 8ca7a37 commit b112937

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

examples/fabric/xmake.lua

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
add_requires("cairo", { optional = true })
2+
add_requires("libui-xml")
23

34
target("fabric")
45
set_kind("binary")

examples/xmake.lua

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
add_repositories("lcui-repo ../build")
2-
add_requires("lcui")
32
add_rules("mode.debug", "mode.release")
43
if is_plat("windows") then
54
add_rules("win.sdk.application")

xmake.lua

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ add_includedirs(
1010
{public = true}
1111
)
1212
includes("lib/*/xmake.lua")
13-
includes("tests/xmake.lua")
1413

1514
option("ci-env", {showmenu = true, default = false})
1615

0 commit comments

Comments
 (0)