Fixed GCC build and tests

This commit is contained in:
Christophe Riccio
2011-01-11 16:23:45 +00:00
parent d31d1e9c10
commit b5cda17ea8
7 changed files with 12 additions and 6 deletions

View File

@@ -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()
{

View File

@@ -17,6 +17,7 @@
// Dependency:
#include "../glm.hpp"
#include "../core/intrinsic_common.hpp"
#include "../core/intrinsic_geometric.hpp"
namespace glm
{

View File

@@ -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