Added missing test files

This commit is contained in:
Christophe Riccio
2012-09-19 15:34:23 +02:00
parent c2eea6da26
commit 7e3f00d034
10 changed files with 107 additions and 14 deletions

View File

@@ -44,9 +44,9 @@ option(GLM_TEST_ENABLE_SIMD "Enable SIMD optimizations" OFF)
if(GLM_TEST_ENABLE_SIMD)
if(CMAKE_COMPILER_IS_GNUCXX)
add_definitions(-msse2)
endif()
if(MSVC)
elseif(MSVC10)
add_definitions(/arch:AVX)
elseif(MSVC)
add_definitions(/arch:SSE2)
endif()
elseif(NOT GLM_TEST_ENABLE_SIMD)