mirror of
https://github.com/g-truc/glm.git
synced 2024-11-26 10:14:35 +00:00
Fixed CXX tests
This commit is contained in:
parent
79b5197e5d
commit
028b303a65
@ -1,4 +1,6 @@
|
|||||||
#define GLM_FORCE_ARCH_UNKNOWN
|
#ifndef GLM_FORCE_ARCH_UNKNOWN
|
||||||
|
# define GLM_FORCE_ARCH_UNKNOWN
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <glm/glm.hpp>
|
#include <glm/glm.hpp>
|
||||||
#include <glm/ext.hpp>
|
#include <glm/ext.hpp>
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
#define GLM_FORCE_COMPILER_UNKNOWN
|
#ifndef GLM_FORCE_COMPILER_UNKNOWN
|
||||||
|
# define GLM_FORCE_COMPILER_UNKNOWN
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <glm/glm.hpp>
|
#include <glm/glm.hpp>
|
||||||
#include <glm/ext.hpp>
|
#include <glm/ext.hpp>
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
#define GLM_FORCE_PLATFORM_UNKNOWN
|
#ifndef GLM_FORCE_PLATFORM_UNKNOWN
|
||||||
|
# define GLM_FORCE_PLATFORM_UNKNOWN
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <glm/glm.hpp>
|
#include <glm/glm.hpp>
|
||||||
#include <glm/ext.hpp>
|
#include <glm/ext.hpp>
|
||||||
|
Loading…
Reference in New Issue
Block a user