aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-15 22:03:56 +0200
committerGitHub Enterprise <[email protected]>2025-10-15 22:03:56 +0200
commit5c3ead7d717512aaae237d9009c312e3f61d154d (patch)
tree3ff3716d77d5102a354b08eba8ec729019fc0626 /xmake.lua
parentmove file i/o related files to separate file and remove duplicated code (#576) (diff)
downloadzen-5c3ead7d717512aaae237d9009c312e3f61d154d.tar.xz
zen-5c3ead7d717512aaae237d9009c312e3f61d154d.zip
added separate xmake.lua for thirdparty (#578)
Moves out third-party stuff from zencore Establishes new pattern for incorporating thirdparty code. The integration is cleaner, clearer and also surfaces the code in the generated .sln
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake.lua b/xmake.lua
index 7242c61ab..5fccd3300 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -193,6 +193,7 @@ set_languages("cxx20")
-- always generate debug information
set_symbols("debug")
+includes("thirdparty")
includes("src/transports")
includes("src/zenbase")
includes("src/zencore", "src/zencore-test")