From 981de9a5941a8403259f1e626e044517ac484ddf Mon Sep 17 00:00:00 2001 From: Maxime <672982+maximegmd@users.noreply.github.com> Date: Thu, 14 Mar 2024 11:55:51 +0100 Subject: [PATCH] Update xmake.lua --- xmake.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/xmake.lua b/xmake.lua index 7d917ee0d..dd4b49394 100644 --- a/xmake.lua +++ b/xmake.lua @@ -30,6 +30,7 @@ if has_config("unitybuild") then add_rules("c++.unity_build", {batchsize = 12}) end +add_defines("GLM_ENABLE_EXPERIMENTAL") add_requires( "entt v3.10.0", "recastnavigation v1.6.0",