Tentative fix of GLM_FORCE_QUAT_DATA_WXYZ on Clang with tests

This commit is contained in:
Christophe Riccio 2020-01-05 21:07:42 +01:00
parent d92ac09ce2
commit 2d8ccef1af

View File

@ -1,4 +1,6 @@
#define GLM_FORCE_CXX_UNKNOWN
#ifndef GLM_FORCE_CXX_UNKNOWN
# define GLM_FORCE_CXX_UNKNOWN
#endif
#include <glm/glm.hpp>
#include <glm/ext.hpp>