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

@@ -4,6 +4,9 @@ cmake_policy(VERSION 2.6)
project(glm)
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
#add_definitions(-S)
add_definitions(-msse2)
add_definitions(-O3)
include_directories(".")