Fixed CXX tests

This commit is contained in:
Christophe Riccio 2020-01-05 21:14:53 +01:00
parent 79b5197e5d
commit 028b303a65
3 changed files with 9 additions and 3 deletions

View File

@ -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/ext.hpp>

View File

@ -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/ext.hpp>

View File

@ -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/ext.hpp>