Added missing test files
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user