Fixed GCC build and tests
This commit is contained in:
@@ -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(".")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user