From c2294cfacd63067dbe3ec1f9cd43f4d85808219c Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 24 Sep 2024 23:22:20 +0800 Subject: rename demo to cli --- core/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/xmake.lua') diff --git a/core/xmake.lua b/core/xmake.lua index eebec946d..7984a40fd 100644 --- a/core/xmake.lua +++ b/core/xmake.lua @@ -131,7 +131,7 @@ if is_plat("windows") then end -- add projects -includes("src/sv", "src/lz4", "src/tbox", "src/xmake", "src/demo") +includes("src/sv", "src/lz4", "src/tbox", "src/xmake", "src/cli") if has_config("lua_cjson") then includes("src/lua-cjson") end -- cgit v1.3.1