aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-10-12 15:27:55 +0200
committerStefan Boberg <[email protected]>2023-10-12 15:27:55 +0200
commit83f4c7f9f564febbcc5895337e2cbc340d7da441 (patch)
treeff3514b444bc6943e2668f8f145bf1c9b00556fc /xmake.lua
parentChange default port to 8558 (diff)
parentUpdate README.md (diff)
downloadzen-83f4c7f9f564febbcc5895337e2cbc340d7da441.tar.xz
zen-83f4c7f9f564febbcc5895337e2cbc340d7da441.zip
Merge remote-tracking branch 'origin/main' into zs/default-port-change
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua6
1 files changed, 1 insertions, 5 deletions
diff --git a/xmake.lua b/xmake.lua
index 3d4aa9db1..d81a9e896 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -148,7 +148,7 @@ set_languages("cxx20")
-- always generate debug information
set_symbols("debug")
-includes("src/plugins")
+includes("src/transports")
includes("src/zencore", "src/zencore-test")
includes("src/zenhttp")
includes("src/zenstore", "src/zenstore-test")
@@ -158,10 +158,6 @@ includes("src/zenserver", "src/zenserver-test")
includes("src/zen")
includes("src/zentest-appstub")
-if is_plat("windows") then
- includes("src/plugins/winsock")
-end
-
task("bundle")
set_menu {
usage = "xmake bundle",