diff options
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 |