diff options
| author | Stefan Boberg <[email protected]> | 2025-10-15 22:03:56 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-10-15 22:03:56 +0200 |
| commit | 5c3ead7d717512aaae237d9009c312e3f61d154d (patch) | |
| tree | 3ff3716d77d5102a354b08eba8ec729019fc0626 /xmake.lua | |
| parent | move file i/o related files to separate file and remove duplicated code (#576) (diff) | |
| download | zen-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.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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") |