Fixed force cxx version tests
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#define GLM_FORCE_CXX03
|
||||
#ifndef GLM_FORCE_CXX03
|
||||
# define GLM_FORCE_CXX03
|
||||
#endif
|
||||
|
||||
#include <glm/glm.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/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/ext.hpp>
|
||||
|
||||
Reference in New Issue
Block a user