summaryrefslogtreecommitdiff
path: root/core/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/xmake.lua')
-rw-r--r--core/xmake.lua2
1 files changed, 1 insertions, 1 deletions
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