Fixed force cxx version tests
This commit is contained in:
parent
2d8ccef1af
commit
a68949eba4
@ -1,4 +1,6 @@
|
|||||||
#define GLM_FORCE_CXX03
|
#ifndef GLM_FORCE_CXX03
|
||||||
|
# define GLM_FORCE_CXX03
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <glm/glm.hpp>
|
#include <glm/glm.hpp>
|
||||||
#include <glm/ext.hpp>
|
#include <glm/ext.hpp>
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
#define GLM_FORCE_CXX11
|
#ifndef GLM_FORCE_CXX11
|
||||||
|
# define GLM_FORCE_CXX11
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <glm/glm.hpp>
|
#include <glm/glm.hpp>
|
||||||
#include <glm/ext.hpp>
|
#include <glm/ext.hpp>
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
#define GLM_FORCE_CXX98
|
#ifndef GLM_FORCE_CXX98
|
||||||
|
# define GLM_FORCE_CXX98
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <glm/glm.hpp>
|
#include <glm/glm.hpp>
|
||||||
#include <glm/ext.hpp>
|
#include <glm/ext.hpp>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user