diff options
author | rtk0c <[email protected]> | 2025-05-07 18:24:56 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2025-05-07 18:24:56 -0700 |
commit | 08932935c407a421f8ca5a6fb35e3c567bbba562 (patch) | |
tree | 02035bc656d2e65ebd870c0e69ae1d4e99092e48 /src/brussel.engine/EditorCorePrivate.cpp | |
parent | 7151b0e5bcabb0216e79e742ae13c4f429ec2011 (diff) |
Switch to vcpkg
Diffstat (limited to 'src/brussel.engine/EditorCorePrivate.cpp')
-rw-r--r-- | src/brussel.engine/EditorCorePrivate.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/brussel.engine/EditorCorePrivate.cpp b/src/brussel.engine/EditorCorePrivate.cpp index 3efa33c..dae6a6e 100644 --- a/src/brussel.engine/EditorCorePrivate.cpp +++ b/src/brussel.engine/EditorCorePrivate.cpp @@ -31,6 +31,7 @@ #include <cstdint> #include <cstdlib> #include <functional> +#define GLM_ENABLE_EXPERIMENTAL #include <glm/gtc/quaternion.hpp> #include <glm/gtc/type_ptr.hpp> #include <glm/gtx/quaternion.hpp> |