Skip to content

Commit

Permalink
update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Sep 27, 2024
1 parent 8ca7a37 commit b112937
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions examples/fabric/xmake.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
add_requires("cairo", { optional = true })
add_requires("libui-xml")

target("fabric")
set_kind("binary")
Expand Down
1 change: 0 additions & 1 deletion examples/xmake.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
add_repositories("lcui-repo ../build")
add_requires("lcui")
add_rules("mode.debug", "mode.release")
if is_plat("windows") then
add_rules("win.sdk.application")
Expand Down
1 change: 0 additions & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ add_includedirs(
{public = true}
)
includes("lib/*/xmake.lua")
includes("tests/xmake.lua")

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

Expand Down

0 comments on commit b112937

Please sign in to comment.