diff options
| author | Dan Engelbrecht <[email protected]> | 2025-03-14 09:50:00 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2025-03-14 09:50:00 +0100 |
| commit | 55c67aec301cfc99178ab54c6366cbc88f35d46a (patch) | |
| tree | 84b4c73220f7dd041763b6d1919eedc8d0b90844 /xmake.lua | |
| parent | Merge remote-tracking branch 'origin/de/zen-service-command' into de/zen-serv... (diff) | |
| parent | fix quoted command lines arguments (#306) (diff) | |
| download | zen-55c67aec301cfc99178ab54c6366cbc88f35d46a.tar.xz zen-55c67aec301cfc99178ab54c6366cbc88f35d46a.zip | |
Merge remote-tracking branch 'origin/main' into de/zen-service-command
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,7 @@ add_requires( "vcpkg::curl", "vcpkg::cxxopts", "vcpkg::doctest", + "vcpkg::eastl", "vcpkg::fmt", "vcpkg::gsl-lite", "vcpkg::http-parser", @@ -24,6 +25,8 @@ add_requires( "vcpkg::zlib" ) +add_defines("EASTL_STD_ITERATOR_CATEGORY_ENABLED") + set_policy("build.ccache", false) if is_plat("windows") then |