Fixed GCC build and tests
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "../glm.hpp"
|
||||
#include "../ext.hpp"
|
||||
|
||||
#error "GLM is a header only library, there is nothing to compile. dummy.cpp and the CMake file are only here for GLM development purposes"
|
||||
//#error "GLM is a header only library, there is nothing to compile. dummy.cpp and the CMake file are only here for GLM development purposes"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
// Dependency:
|
||||
#include "../glm.hpp"
|
||||
#include "../core/intrinsic_common.hpp"
|
||||
#include "../core/intrinsic_geometric.hpp"
|
||||
|
||||
namespace glm
|
||||
{
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
#define GLM_VERSION 90
|
||||
#define GLM_VERSION_MAJOR 0
|
||||
#define GLM_VERSION_MINOR 9
|
||||
#define GLM_VERSION_PATCH 0
|
||||
#define GLM_VERSION_REVISION 4
|
||||
#define GLM_VERSION_PATCH 1
|
||||
#define GLM_VERSION_REVISION 0
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Common values
|
||||
|
||||
Reference in New Issue
Block a user